Junji Zhi
1 min readJul 17, 2019

--

The flutter_bloc examples look nice indeed. You can also see that it is heavily influenced by Redux. If that’s the case, I wonder why we just use flutter_redux directly. I’ve used libraries that come with many nice starter kits and ended up wrestling with them after a while. For a new pattern like BLoC where there’s no established implementation, I prefer the minimalist approach and rely on dependencies as little as possible.

--

--

No responses yet