Browse Source

update README.md

guoziyun 6 months ago
parent
commit
5a405e4bfb
1 changed files with 10 additions and 0 deletions
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -47,3 +47,13 @@ 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
+```