flutter-template icon indicating copy to clipboard operation
flutter-template copied to clipboard

Pre-commit hooks

Open Mar1anne opened this issue 3 years ago • 0 comments

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

Mar1anne avatar Nov 30 '22 20:11 Mar1anne