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.
- Host: GitHub
- URL: https://github.com/u1aryz/flutter_lint_pre_commit_demo
- Owner: u1aryz
- Created: 2022-02-02T10:47:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T03:49:26.000Z (about 4 years ago)
- Last Synced: 2025-02-07T01:45:01.183Z (about 1 year ago)
- Topics: flutter, flutter-sample, format, lint, pre-commit
- Language: Dart
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```