Fix releasing dart packages (#1117)

This commit is contained in:
Fangjun Kuang
2024-07-13 10:51:54 +08:00
committed by GitHub
parent 117cd7bb8c
commit 4c626e89cf
3 changed files with 10 additions and 1 deletions

7
flutter/publish.md Normal file
View File

@@ -0,0 +1,7 @@
# Note
Before publishing a new version, please first run
```
flutter analyze
```
to check if there are any issues.