快速构建新的flutter库

全局替换 ghini_hello 为新项目名,lib/ghini_hello.dart改名

Remove-Item -Recurse -Force .git
git init
git add .
git commit -m "Initial commit"
git branch -M ghini_hello
git remote add origin https://github.com/xghini/mypub.git
git push -u origin ghini_hello

# 自动更新版本号+发布
./pub.bat 

Libraries

ghini_hello
kit