Feat: Setup `Bloc` in `App`
nelsonic opened this issue ยท 0 comments
nelsonic commented
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 theApp
. ๐งโ๐ป - 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. ๐ฏ
- Add Coverage badge to
- Create PR.