flutter-redux-starter
flutter-redux-starter copied to clipboard
Automatically run Dart formatter to clean up the code
Run flutter format .
from the project root.
This will format all files in the project
Nice, will do...
Yep!
You can also remove the -e files at the same time when you format the files.
Possibly, I'm not so comfortable running a delete command in the script.
👍🏼
@AppleEducate There is already a ./starter.sh cleanup
command. Added it a few weeks back. https://github.com/hillelcoren/flutter-redux-starter/blob/master/starter.sh#L10
@danibjor Oh perfect!