# tracker-app **Repository Path**: li_haad/tracker-app ## Basic Information - **Project Name**: tracker-app - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-13 - **Last Updated**: 2025-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tracker A new Flutter project. ## Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: - [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) - [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) For help getting started with Flutter development, view the [online documentation](https://docs.flutter.dev/), which offers tutorials, samples, guidance on mobile development, and a full API reference. --dart-define=ENV=prod --flavor prod ## 打包正式版 flutter build apk --dart-define=ENV=prod --flavor prod flutter build ios --dart-define=ENV=prod --flavor prod ## dev 打包 flutter build apk --dart-define=ENV=dev --flavor dev ## 打包分平台 flutter build apk --dart-define=ENV=prod --split-per-abi ## 打包指定平台 flutter build apk --dart-define=ENV=prod --target-platform=android-arm64 ## 安装到手机 flutter install ## 生成 icon flutter pub run flutter_launcher_icons 相关配置在: pubspec.yaml/flutter_launcher_icons flutter pub run build_runner watch -d