flutter_doctor_appointment_booking_app
On Demand Doctor Appointment Booking App Built in Flutter。
入门
flutter_doctor_appointment_booking_app 项目的入口点是 "main.dart"。
= = = 生成 Android release 步骤 = = =
生成 FAT APK
- flutter clean
- flutter build apk --release
生成拆分 APKs
- flutter clean
- flutter build apk --split-per-abi --release
= = = iOS release 步骤 = = =
设置 iOS 部署目标
遵循以下步骤
- 设置 flutter sdk
- 获取包
- 在 ids 文件夹中打开 runner.xcworkspace
- 在 yaml 中更新版本代码
下面的命令将生成 runner.app 文件
- flutter clean
- flutter build ios --release
现在打开 xcode run/build 来检查项目是否有错误
选择 Product -> Archive
遵循上传步骤
GitHub
https://github.com/Kalpesh209/flutter_doctor_appointment_booking_app