Dart
Dart copied to clipboard
Add dart format on pre commit hook
If the contributor misses out to do dart format. the complete build check fails. we can ensure we format the file before we commit. Adding a pre commit hook which would run dart format will be helpful.