Browse Source

update README.md

guoziyun 6 tháng trước cách đây
mục cha
commit
5a405e4bfb
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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
+```