1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-19 21:41:43 +00:00

Compass app (#2446)

This commit is contained in:
Eric Windmill
2024-09-27 18:49:27 -04:00
committed by GitHub
parent fcf2552cda
commit 46b5a26b26
326 changed files with 53272 additions and 0 deletions

45
compass_app/app/.metadata Normal file
View File

@@ -0,0 +1,45 @@
# 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: "ee624bc4fd41413cbb89099b0701a42287643d9a"
channel: "beta"
project_type: app
# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: ee624bc4fd41413cbb89099b0701a42287643d9a
base_revision: ee624bc4fd41413cbb89099b0701a42287643d9a
- platform: android
create_revision: ee624bc4fd41413cbb89099b0701a42287643d9a
base_revision: ee624bc4fd41413cbb89099b0701a42287643d9a
- platform: ios
create_revision: ee624bc4fd41413cbb89099b0701a42287643d9a
base_revision: ee624bc4fd41413cbb89099b0701a42287643d9a
- platform: linux
create_revision: ee624bc4fd41413cbb89099b0701a42287643d9a
base_revision: ee624bc4fd41413cbb89099b0701a42287643d9a
- platform: macos
create_revision: ee624bc4fd41413cbb89099b0701a42287643d9a
base_revision: ee624bc4fd41413cbb89099b0701a42287643d9a
- platform: web
create_revision: ee624bc4fd41413cbb89099b0701a42287643d9a
base_revision: ee624bc4fd41413cbb89099b0701a42287643d9a
- platform: windows
create_revision: ee624bc4fd41413cbb89099b0701a42287643d9a
base_revision: ee624bc4fd41413cbb89099b0701a42287643d9a
# 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'