dwyl / learn-flutter

🦋 Learn how to use Flutter to Build Cross-platform Native Mobile Apps
https://flutter.dev
GNU General Public License v2.0
73 stars 8 forks source link

Code Formatting using "flutter format" #57

Open nelsonic opened 4 years ago

nelsonic commented 4 years ago

https://flutter.dev/docs/development/tools/formatting

flutter format

or for a specific file:

flutter format main.dart etc.dart

We need to figure out how to add a git pre-commit hook to run flutter format on our code before committing it so that it's always consistent. 💭