纯 flutter APP
========== flutter 执行命令=========
cd <app dir>(工程目录)
flutter clean
flutter pub get
========iOS 打包==============
cd <app dir>/ios
pod install
执行打包命令....
========Android 打包============
cd <app dir>/android
gradlew assembleRelease
flutter 作为module 引入Native中
========== flutter 执行命令=========
cd <app dir>(工程目录)
flutter clean
flutter pub get
build ios相关 framework
build android 的aar
========iOS 打包==============
cd <app dir>/ios
pod install
执行打包命令....
========Android 打包============
cd <app dir>/android
gradlew assembleRelease
网友评论