# flutter_android_multi_env **Repository Path**: StephenTom/flutter_android_multi_env ## Basic Information - **Project Name**: flutter_android_multi_env - **Description**: 安卓中使用--dart-define-from-file=配置文件json,进行环境、version、build_code等相关配置。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-01 - **Last Updated**: 2024-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_android_multi_env A new Flutter project. 编译命令: ①、flutter build apk--debug --dart-define-from-file=configs/debug_config.json ②、flutter build apk --profile --dart-define-from-file= configs/profile_config.json ③、flutter build apk --release --dart-define-from-file= configs/release_config.json ## 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.