File tree Expand file tree Collapse file tree 1 file changed +34
-2
lines changed Expand file tree Collapse file tree 1 file changed +34
-2
lines changed Original file line number Diff line number Diff line change 1
1
# This file tracks properties of this Flutter project.
2
2
# Used by Flutter tool to assess capabilities and perform upgrades etc.
3
3
#
4
- # This file should be version controlled and should not be manually edited .
4
+ # This file should be version controlled.
5
5
6
6
version:
7
- revision: 68587a0916366e9512a78df22c44163d041dd5f3
7
+ revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
8
8
channel: stable
9
9
10
10
project_type: app
11
+
12
+ # Tracks metadata for the flutter migrate command
13
+ migration:
14
+ platforms:
15
+ - platform: root
16
+ create_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
17
+ base_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
18
+ - platform: android
19
+ create_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
20
+ base_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
21
+ - platform: ios
22
+ create_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
23
+ base_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
24
+ - platform: linux
25
+ create_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
26
+ base_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
27
+ - platform: web
28
+ create_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
29
+ base_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
30
+ - platform: windows
31
+ create_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
32
+ base_revision: 52b3dc25f6471c27b2144594abb11c741cb88f57
33
+
34
+ # User provided section
35
+
36
+ # List of Local paths (relative to this file) that should be
37
+ # ignored by the migrate tool.
38
+ #
39
+ # Files that are not part of the templates will be ignored by default.
40
+ unmanaged_files:
41
+ - 'lib/main.dart'
42
+ - 'ios/Runner.xcodeproj/project.pbxproj'
You can’t perform that action at this time.
0 commit comments