|
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: 63b2daff7f91afeaac47f3646f59eefd59210c41 |
8 |
| - channel: unknown |
| 7 | + revision: 84a1e904f44f9b0e9c4510138010edcc653163f8 |
| 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: 84a1e904f44f9b0e9c4510138010edcc653163f8 |
| 17 | + base_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8 |
| 18 | + - platform: android |
| 19 | + create_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8 |
| 20 | + base_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8 |
| 21 | + - platform: ios |
| 22 | + create_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8 |
| 23 | + base_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8 |
| 24 | + - platform: linux |
| 25 | + create_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8 |
| 26 | + base_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8 |
| 27 | + - platform: macos |
| 28 | + create_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8 |
| 29 | + base_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8 |
| 30 | + - platform: web |
| 31 | + create_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8 |
| 32 | + base_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8 |
| 33 | + - platform: windows |
| 34 | + create_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8 |
| 35 | + base_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8 |
| 36 | + |
| 37 | + # User provided section |
| 38 | + |
| 39 | + # List of Local paths (relative to this file) that should be |
| 40 | + # ignored by the migrate tool. |
| 41 | + # |
| 42 | + # Files that are not part of the templates will be ignored by default. |
| 43 | + unmanaged_files: |
| 44 | + - 'lib/main.dart' |
| 45 | + - 'ios/Runner.xcodeproj/project.pbxproj' |
0 commit comments