# flutter_learn_project **Repository Path**: youxiue/flutter_learn_project ## Basic Information - **Project Name**: flutter_learn_project - **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-04-29 - **Last Updated**: 2026-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_learn_project A new Flutter project. ## Getting Started 安卓打包 打包debug版 ``` flutter build apk --debug ``` 打包发行版(需要签名) ``` flutter build apk --release ```