hillelcoren / flutter-redux-starter

Starter project and code generator for Flutter/Redux
https://www.youtube.com/watch?v=pMSokKmwp1U
286 stars 42 forks source link

TODO comments fix #25

Open rodydavis opened 5 years ago

rodydavis commented 5 years ago

replace TODO with TODO: for it to be picked up by VScode plugins.

before:

screen shot 2018-11-19 at 8 34 15 am

after:

screen shot 2018-11-19 at 8 34 21 am
hillelcoren commented 5 years ago

Thanks for the suggestion!

rodydavis commented 5 years ago

No Problem!