Skip to content

Instantly share code, notes, and snippets.

@rogood
Last active July 7, 2020 01:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rogood/ebb88d7d71a00374d9b58f9e9602d5c2 to your computer and use it in GitHub Desktop.
Save rogood/ebb88d7d71a00374d9b58f9e9602d5c2 to your computer and use it in GitHub Desktop.
Flutter Pre Commit Hook with Console Messages
#!/usr/bin/env bash
printf "\e[33;1m%s\e[0m\n" 'Running the Flutter formatter'
flutter format .
printf "\e[33;1m%s\e[0m\n" 'Finished running the Flutter formatter'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment