# bit-monitor-app-flutter **Repository Path**: bit-monitor/bit-monitor-app-flutter ## Basic Information - **Project Name**: bit-monitor-app-flutter - **Description**: No description available - **Primary Language**: Dart - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-08-11 - **Last Updated**: 2023-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bit_monitor_app 使用flutter构建的APP客户端 ## 开发说明 ``` shell script // 运行开发环境 flutter run --dart-define=ENV=dev // 运行正式环境 flutter run --dart-define=ENV=prod ```