Bloc 5.0.x
Update to Bloc 5.0.x
https://bloclibrary.dev/#/migration?id=migrating-to-v500
Bloc 5.0.0 :
-
remove initialStateoverride in favor of providing the initial state viasuper -
Remove BlocSupervisorand renameBlocDelegatetoBlocObserver -
support nullstates -
add addErrorto conform toEventSinkinterface -
mark onError,onTransitionandonEventasprotected
Flutter_Bloc 5.0.0 :
-
conditiononBlocBuilderrenamed tobuildWhen -
conditiononBlocListenerrenamed tolistenWhen
Hydrated_Bloc 5.0.1 :
-
super.initialStateis no longer supported -
export Storageinterface -
use Storageinterface to enable customStorage
Bloc_Test 6.0.0 :
-
upgrade to bloc ^5.0.0
General:
-
Internally uses cubit, might be worth a look
Edited by Justin Sauer