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](https://gist.github.com/rknell/fecf9a84ccbc23a96e8be8bf60276265)
It would be nice to have a pre-commit hook already set up.
flutter format .to assure the style of the code.flutter analyzeto analyze our dart code.flutter testto run our unit tests.Take a look at: Flutter pre-commit hook gist