| Matan Lurey | 5d5e633 | 2024-09-11 16:56:21 -0700 | [diff] [blame] | 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 and should not be manually edited. |
| 5 | |
| 6 | version: |
| 7 | revision: "6c380ffb86ea5048f0650629fe4f0e904afd50e1" |
| 8 | channel: "[user-branch]" |
| 9 | |
| 10 | project_type: app |
| 11 | |
| 12 | # Tracks metadata for the flutter migrate command |
| 13 | migration: |
| 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' |