|
|
il y a 3 mois | |
|---|---|---|
| .vscode | il y a 3 mois | |
| android | il y a 3 mois | |
| assets | il y a 4 mois | |
| ios | il y a 4 mois | |
| lib | il y a 3 mois | |
| linux | il y a 6 mois | |
| macos | il y a 6 mois | |
| test | il y a 7 mois | |
| web | il y a 6 mois | |
| windows | il y a 6 mois | |
| .gitignore | il y a 6 mois | |
| .metadata | il y a 7 mois | |
| CHANGELOG.md | il y a 3 mois | |
| CHANGELOG_1.1.0_SUMMARY.md | il y a 3 mois | |
| MEMORY_OPTIMIZATION_GUIDE.md | il y a 4 mois | |
| MEMORY_USAGE_ANALYSIS.md | il y a 4 mois | |
| PERFORMANCE_OPTIMIZATION_REPORT.md | il y a 4 mois | |
| QUICK_START_GUIDE.md | il y a 4 mois | |
| RASTER_JANK_OPTIMIZATION.md | il y a 4 mois | |
| README.md | il y a 3 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 3 mois | |
| pubspec.yaml | il y a 3 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
# 使用 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