# brun **Repository Path**: lyy_14/brun ## Basic Information - **Project Name**: brun - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-30 - **Last Updated**: 2025-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BikeRide 海外用户端App ## Environment Prepare Query flutter version ```bash flutter --version ``` flutter sdk 3.20.0以上(建议>=3.29.0) ### Start project ```bash flutter pub get ``` ### Build or run project ```bash cd ebike2_0/ ... flutter build apk --split-per-abi flutter build ipa ... flutter run apk ```