dev
text 33 lines 1.05 KB
Raw
1 # 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.
5
6 version:
7 revision: e3c29ec00c9c825c891d75054c63fcc46454dca1
8 channel: stable
9
10 project_type: plugin
11
12 # Tracks metadata for the flutter migrate command
13 migration:
14 platforms:
15 - platform: root
16 create_revision: e3c29ec00c9c825c891d75054c63fcc46454dca1
17 base_revision: e3c29ec00c9c825c891d75054c63fcc46454dca1
18 - platform: macos
19 create_revision: e3c29ec00c9c825c891d75054c63fcc46454dca1
20 base_revision: e3c29ec00c9c825c891d75054c63fcc46454dca1
21 - platform: linux
22 create_revision: e3c29ec00c9c825c891d75054c63fcc46454dca1
23 base_revision: e3c29ec00c9c825c891d75054c63fcc46454dca1
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'