Adds the Flutter inventory app source, cleaned up for a shared repo: generic package name, no hardcoded ERP endpoints (moved to gitignored local config), no dead auth code, no debug logging of session data.
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
# 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: "c23637390482d4cf9598c3ce3f2be31aa7332daf"
|
|
channel: "stable"
|
|
|
|
project_type: app
|
|
|
|
# Tracks metadata for the flutter migrate command
|
|
migration:
|
|
platforms:
|
|
- platform: root
|
|
create_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
|
|
base_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
|
|
- platform: android
|
|
create_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
|
|
base_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
|
|
- platform: ios
|
|
create_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
|
|
base_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
|
|
|
|
# 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'
|