dwyl/app

Feat: Setup `Bloc` in `App`

nelsonic opened this issue ยท 0 comments

As noted in #320 (comment), 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

  • Port the code from flutter-bloc-tutorial to the App. ๐Ÿง‘โ€๐Ÿ’ป
  • Link to the the tutorial in the README.md > How? section. โ“
    • Add Coverage badge to README.md so we know the initial tests are covering the new code. ๐Ÿ’ฏ
  • Create PR. :shipit: