12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- # This file tracks properties of this Flutter project.
- # Used by Flutter tool to assess capabilities and perform upgrades etc.
- #
- # This file should be version controlled and should not be manually edited.
- version:
- revision: "54e66469a933b60ddf175f858f82eaeb97e48c8d"
- channel: "stable"
- project_type: app
- # Tracks metadata for the flutter migrate command
- migration:
- platforms:
- - platform: root
- create_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
- base_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
- - platform: android
- create_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
- base_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
- - platform: ios
- create_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
- base_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
- - platform: linux
- create_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
- base_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
- - platform: macos
- create_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
- base_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
- - platform: web
- create_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
- base_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
- - platform: windows
- create_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
- base_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
- # User provided section
- # List of Local paths (relative to this file) that should be
- # ignored by the migrate tool.
- #
- # Files that are not part of the templates will be ignored by default.
- unmanaged_files:
- - 'lib/main.dart'
- - 'ios/Runner.xcodeproj/project.pbxproj'
|