flutter-format-pre-commit icon indicating copy to clipboard operation
flutter-format-pre-commit copied to clipboard

Format Flutter code with pre-commit

Results 2 flutter-format-pre-commit issues
Sort by recently updated
recently updated
newest added

In file **.pre-commit-config.yaml** i have set start file of application for testing of functionality hook. ``` - repo: https://github.com/Cretezy/flutter-format-pre-commit rev: "master" hooks: - id: flutter-format files: lib/src/app.dart # Only format...

It took me a few minutes to find the default line length (80) and figure out how to update the flutter format command to use something different so I added...