An open API service indexing awesome lists of open source software.

https://github.com/u1aryz/flutter_lint_pre_commit_demo

Hook pre-commit and run format and lint when there is a change in the dart files.
https://github.com/u1aryz/flutter_lint_pre_commit_demo

flutter flutter-sample format lint pre-commit

Last synced: 11 months ago
JSON representation

Hook pre-commit and run format and lint when there is a change in the dart files.

Awesome Lists containing this project

README

          

# flutter_lint_pre_commit_demo

Hook pre-commit and run format and lint when there is a change in the dart files.

## setup
```
flutter pub get
flutter pub run hanzo -i pre_commit
```