|
|
пре 3 месеци | |
|---|---|---|
| .vscode | пре 3 месеци | |
| android | пре 3 месеци | |
| assets | пре 4 месеци | |
| ios | пре 4 месеци | |
| lib | пре 3 месеци | |
| linux | пре 6 месеци | |
| macos | пре 6 месеци | |
| test | пре 7 месеци | |
| web | пре 6 месеци | |
| windows | пре 6 месеци | |
| .gitignore | пре 6 месеци | |
| .metadata | пре 7 месеци | |
| CHANGELOG.md | пре 3 месеци | |
| CHANGELOG_1.1.0_SUMMARY.md | пре 3 месеци | |
| MEMORY_OPTIMIZATION_GUIDE.md | пре 4 месеци | |
| MEMORY_USAGE_ANALYSIS.md | пре 4 месеци | |
| PERFORMANCE_OPTIMIZATION_REPORT.md | пре 4 месеци | |
| QUICK_START_GUIDE.md | пре 4 месеци | |
| RASTER_JANK_OPTIMIZATION.md | пре 4 месеци | |
| README.md | пре 3 месеци | |
| analysis_options.yaml | пре 7 месеци | |
| devtools_options.yaml | пре 7 месеци | |
| flutter_launcher_icons.yaml | пре 7 месеци | |
| flutter_native_splash.yaml | пре 7 месеци | |
| pubspec.lock | пре 3 месеци | |
| pubspec.yaml | пре 3 месеци |
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
# 使用 impeller
flutter build appbundle --release
# 不启用 impeller
flutter build appbundle --release --no-enable-impeller
flutter gen-l10n
flutter build apk --release --analyze-size --target-platform android-arm64
flutter build appbundle --release --analyze-size --target-platform android-arm64