blob: 1f1b3329b1e19a3521b5d8fa4a1a1313603b340b [file] [log] [blame]
Matan Lurey5d5e6332024-09-11 16:56:21 -07001# This file tracks properties of this Flutter project.
2# Used by Flutter tool to assess capabilities and perform upgrades etc.
3#
4# This file should be version controlled and should not be manually edited.
5
6version:
7 revision: "6c380ffb86ea5048f0650629fe4f0e904afd50e1"
8 channel: "[user-branch]"
9
10project_type: app
11
12# Tracks metadata for the flutter migrate command
13migration:
14 platforms:
15 - platform: root
16 create_revision: 6c380ffb86ea5048f0650629fe4f0e904afd50e1
17 base_revision: 6c380ffb86ea5048f0650629fe4f0e904afd50e1
18 - platform: android
19 create_revision: 6c380ffb86ea5048f0650629fe4f0e904afd50e1
20 base_revision: 6c380ffb86ea5048f0650629fe4f0e904afd50e1
21 - platform: ios
22 create_revision: 6c380ffb86ea5048f0650629fe4f0e904afd50e1
23 base_revision: 6c380ffb86ea5048f0650629fe4f0e904afd50e1
24
25 # User provided section
26
27 # List of Local paths (relative to this file) that should be
28 # ignored by the migrate tool.
29 #
30 # Files that are not part of the templates will be ignored by default.
31 unmanaged_files:
32 - 'lib/main.dart'
33 - 'ios/Runner.xcodeproj/project.pbxproj'