Users expect your apps to be easy and quick to use and they surely don’t want to be slowed down by having to reenter some data every time they launch the app. Think about it - would you like it if the browser on your phone didn’t remember the last website you opened?
That’s why good apps persist their state to local storage. Sure, you can handle persistence in many ways, however, if you’re using the flutter_bloc library, going the hydrated_bloc route is the best choice you can make.
#flutter #developer