# flutter_app **Repository Path**: ichengchengcui/flutter_app ## Basic Information - **Project Name**: flutter_app - **Description**: 机关效能 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: 1.1.7 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-25 - **Last Updated**: 2024-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_app A new Flutter application. ## 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://flutter.dev/docs/get-started/codelab) - [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference. # 更新 flutter update # 运行 flutter run # 清理 flutter clean #打包 指令 flutter build apk --no-sound-null-safety #打包 指令 显示错误代码 flutter build apk --release -vv #获取 android sha1 指令 gradle signingReport 在android项目下 gradle-》execute gradle task