Implements complete refactor of Ionic Angular logistics app to Flutter/Dart with: - Svrnty dark mode console theme (Material Design 3) - Responsive layouts (mobile, tablet, desktop) following FRONTEND standards - CQRS API integration with Result<T> error handling - OAuth2/OIDC authentication support (mocked for initial testing) - Delivery route and delivery management features - Multi-language support (EN/FR) with i18n - Native integrations (camera, phone calls, maps) - Strict typing throughout codebase - Mock data for UI testing without backend Follows all FRONTEND style guides, design patterns, and conventions. App is running in dark mode and fully responsive across all device sizes. Co-Authored-By: Claude <noreply@anthropic.com>
37 lines
1.2 KiB
Plaintext
37 lines
1.2 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: "adc901062556672b4138e18a4dc62a4be8f4b3c2"
|
|
channel: "stable"
|
|
|
|
project_type: app
|
|
|
|
# Tracks metadata for the flutter migrate command
|
|
migration:
|
|
platforms:
|
|
- platform: root
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
- platform: android
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
- platform: ios
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
- platform: web
|
|
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
|
|
|
|
# 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'
|