Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 321 Bytes

start-app.md

File metadata and controls

25 lines (16 loc) · 321 Bytes

billd-live-flutter(pro)

调试

flutter pub get

使用vscode开发,用vscode自带的调试

打包

安卓

flutter build apk --release

默认输出项项目的 build/app/outputs/flutter-apk/app-release.apk目录

苹果(TODO)

flutter build ipa --release