flutter-redux-starter icon indicating copy to clipboard operation
flutter-redux-starter copied to clipboard

Automatically run Dart formatter to clean up the code

Open hillelcoren opened this issue 6 years ago • 8 comments

hillelcoren avatar Jun 25 '18 12:06 hillelcoren

Run flutter format . from the project root.

This will format all files in the project

rodydavis avatar Nov 19 '18 13:11 rodydavis

Nice, will do...

hillelcoren avatar Nov 19 '18 14:11 hillelcoren

Yep!

rodydavis avatar Nov 19 '18 14:11 rodydavis

You can also remove the -e files at the same time when you format the files.

rodydavis avatar Nov 19 '18 14:11 rodydavis

Possibly, I'm not so comfortable running a delete command in the script.

hillelcoren avatar Nov 19 '18 14:11 hillelcoren

👍🏼

rodydavis avatar Nov 19 '18 14:11 rodydavis

@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 avatar Nov 19 '18 14:11 danibjor

@danibjor Oh perfect!

rodydavis avatar Nov 19 '18 15:11 rodydavis