Cubit State management - Light Weight combination of BloC and Provider
There is a new State Management solution from Felix Angelov on the block called #Cubit. It is a combination of the known BloC pattern and the Provider pattern and tries to combine the best from both worlds. All these reasons lead us here to take a more in-depth look and work us in the essentials of the cubit package. I will introduce you to the different sub-packages of Cubit like Cubit Test, Cubit Replay and others. Update 18.08.2020 The Cubit package has been merged into the Bloc package. It still works the same you just have to update the pathing but the state management works the same. You will find fantastic comments about this topic and check out the bloc package: https://pub.dev/packages/bloc#overview GitHub Repository Cubit Tutorial: https://github.com/md-weber/state_tutorials/tree/cubit_tutorial Cubit Solution: https://github.com/md-weber/state_tutorials/tree/cubit_solution If you use this kind of tutorial, it would be fantastic if you could give me some feedback on how to
βhttps://tube.tchncs.de/w/nfmpXZ8n21vTnuoNjP6QAL