mirror of
https://github.com/java-james/flutter_dotenv.git
synced 2025-07-17 18:23:13 +08:00
tool
Consider calling these in a git pre-commit hook.
fmt.sh
Runs the official code formatter.
setup
Ensure ~/.pub_cache/bin
is in your $PATH
, and dartfmt
is up to date:
$ pub global activate dart_style
test.sh
Runs the unit test suite.