webfactorymk / flutter-template

Flutter template project - Simple ToDo app with scalable project structure.
https://webfactory.mk/
MIT License
166 stars 36 forks source link

Pre-commit hooks #56

Open Mar1anne opened 1 year ago

Mar1anne commented 1 year ago

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