# flutter_oops **Repository Path**: mr_jianlong/flutter_oops ## Basic Information - **Project Name**: flutter_oops - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-10 - **Last Updated**: 2026-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_oops 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. ## flutter 构建命令 ```bash # 清理 Flutter 缓存 flutter clean # 清理 Gradle 缓存 cd android rm -rf .gradle build cd .. # 重新构建,--split-per-abi 生成单架构 APK(推荐) flutter build apk --split-per-abi --release -v ```