|
|
hai 4 meses | |
|---|---|---|
| .vscode | hai 7 meses | |
| android | hai 4 meses | |
| assets | hai 4 meses | |
| ios | hai 5 meses | |
| lib | hai 4 meses | |
| linux | hai 6 meses | |
| macos | hai 6 meses | |
| test | hai 7 meses | |
| web | hai 7 meses | |
| windows | hai 6 meses | |
| .gitignore | hai 7 meses | |
| .metadata | hai 7 meses | |
| CHANGELOG.md | hai 4 meses | |
| MEMORY_OPTIMIZATION_GUIDE.md | hai 4 meses | |
| MEMORY_USAGE_ANALYSIS.md | hai 4 meses | |
| PERFORMANCE_OPTIMIZATION_REPORT.md | hai 4 meses | |
| QUICK_START_GUIDE.md | hai 4 meses | |
| README.md | hai 4 meses | |
| analysis_options.yaml | hai 7 meses | |
| devtools_options.yaml | hai 7 meses | |
| flutter_launcher_icons.yaml | hai 7 meses | |
| flutter_native_splash.yaml | hai 7 meses | |
| pubspec.lock | hai 4 meses | |
| pubspec.yaml | hai 4 meses |
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 --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