|
|
пре 6 месеци | |
|---|---|---|
| .vscode | пре 7 месеци | |
| android | пре 6 месеци | |
| assets | пре 6 месеци | |
| ios | пре 7 месеци | |
| lib | пре 6 месеци | |
| linux | пре 6 месеци | |
| macos | пре 6 месеци | |
| test | пре 7 месеци | |
| web | пре 7 месеци | |
| windows | пре 6 месеци | |
| .gitignore | пре 7 месеци | |
| .metadata | пре 7 месеци | |
| README.md | пре 6 месеци | |
| analysis_options.yaml | пре 7 месеци | |
| devtools_options.yaml | пре 7 месеци | |
| flutter_launcher_icons.yaml | пре 7 месеци | |
| flutter_native_splash.yaml | пре 7 месеци | |
| pubspec.lock | пре 6 месеци | |
| pubspec.yaml | пре 6 месеци |
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