marcglasberg / async_redux

Flutter Package: A Redux version tailored for Flutter, which is easy to learn, to use, to test, and has no boilerplate. Allows for both sync and async reducers.
Other
230 stars 41 forks source link

formatting files #113

Closed darkCavalier11 closed 2 years ago

darkCavalier11 commented 3 years ago

run flutter format . to make all files formatted.

marcglasberg commented 2 years ago

Hi @darkCavalier11

Thank you for your PR. I actually use 100 char lines in all my projects, and that's why the formatting is different. I think pub.dev forcing 80 chars lines is a bad decision. I need to keep it at 100 otherwise it will reformat as soon as I open those files to edit them.