|
|
il y a 5 mois | |
|---|---|---|
| .vscode | il y a 7 mois | |
| android | il y a 5 mois | |
| assets | il y a 6 mois | |
| ios | il y a 7 mois | |
| lib | il y a 5 mois | |
| linux | il y a 6 mois | |
| macos | il y a 6 mois | |
| test | il y a 7 mois | |
| web | il y a 7 mois | |
| windows | il y a 6 mois | |
| .gitignore | il y a 7 mois | |
| .metadata | il y a 7 mois | |
| README.md | il y a 6 mois | |
| analysis_options.yaml | il y a 7 mois | |
| devtools_options.yaml | il y a 7 mois | |
| flutter_launcher_icons.yaml | il y a 7 mois | |
| flutter_native_splash.yaml | il y a 7 mois | |
| pubspec.lock | il y a 6 mois | |
| pubspec.yaml | il y a 5 mois |
flutter pub run flutter_launcher_icons
dart run flutter_native_splash:create --path=flutter_native_splash.yaml
flutter run --profile --cache-sksl --purge-persistent-cache
> `M`
然后 build 应用
flutter build apk --split-per-abi --bundle-sksl-path flutter_01.sksl.json
ios build
flutter build ios --bundle-sksl-path flutter_01.sksl.json
ios build for pgyer
flutter build ipa --export-method ad-hoc --bundle-sksl-path flutter_01.sksl.json
flutter build appbundle --release
flutter gen-l10n
flutter build apk --release --analyze-size --target-platform android-arm64
flutter build appbundle --release --analyze-size --target-platform android-arm64