mirror of
https://github.com/java-james/flutter_dotenv.git
synced 2025-07-05 22:09:33 +08:00
tool
Consider calling these in a git pre-commit hook.
Ensure ~/.pub_cache/bin
is in your $PATH
.
fmt.sh
Runs the official code formatter.
setup
$ pub global activate dart_style
docs.sh
Preview dartdoc documentation.
setup
$ pub global activate dartdoc
release.sh
git tag
and pub publish
.