Bloc 5.0.x
Update to Bloc 5.0.x
https://bloclibrary.dev/#/migration?id=migrating-to-v500
Bloc 5.0.0 :
-
remove initialState
override in favor of providing the initial state viasuper
-
Remove BlocSupervisor
and renameBlocDelegate
toBlocObserver
-
support null
states -
add addError
to conform toEventSink
interface -
mark onError
,onTransition
andonEvent
asprotected
Flutter_Bloc 5.0.0 :
-
condition
onBlocBuilder
renamed tobuildWhen
-
condition
onBlocListener
renamed tolistenWhen
Hydrated_Bloc 5.0.1 :
-
super.initialState
is no longer supported -
export Storage
interface -
use Storage
interface 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