flutter-template
flutter-template copied to clipboard
Pre-commit hooks
It would be nice to have a pre-commit hook already set up.
flutter format . to assure the style of the code.
flutter analyze to analyze our dart code.
flutter test to run our unit tests.
Take a look at: Flutter pre-commit hook gist