dwyl / app

Clear your mind. Organise your life. Ignore distractions. Focus on what matters.
http://dwyl.github.io/app/
143 stars 22 forks source link

Feat: Setup `Bloc` in `App` #337

Closed nelsonic closed 11 months ago

nelsonic commented 11 months ago

As noted in https://github.com/dwyl/app/issues/320#issuecomment-1643586834, we have done a decent amount of research 🔍 into Bloc for state management in a Flutter App 📱 and created https://github.com/dwyl/flutter-bloc-tutorial to capture our learning. 📝

The conclusion is:while it definitely adds "boilerplate" code to the App, it improves organisation and testability because the state of all widgets.

Todo