flutter-chopper-tutorial-course
flutter-chopper-tutorial-course copied to clipboard
how to use BLoC pattern with this?
Hello the main problem with this approach, is that we have a build function that is not pure (http call inside build function), so when a rebuild occur, it causes a unwanted page reload, how to deal with this?
Hey, we can listen to the state changes and update values on the page (screen) instead of rebuilding using BlocListener. Check that out.