fix(deps): update dependency flutter_bloc to v9 #14
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.0.0
->^9.0.0
Release Notes
felangel/bloc (flutter_bloc)
v9.0.0
Compare Source
bloc ^9.0.0
v8.1.6
Compare Source
v8.1.5
Compare Source
debugFillProperties
(#4082)BlocListener
API docs (#4106)v8.1.4
Compare Source
example
themesrequire_trailing_commas
(#3977)topics
topubspec.yaml
(#3914)v8.1.3
Compare Source
v8.1.2
Compare Source
pubspec.yaml
(#3717)bloc ^8.1.1
(#3716)BlocObserver
instances to useconst
constructors (#3713)invariant_booleans
lint rulev8.1.1
Compare Source
v8.1.0
Compare Source
bloc: ^8.1.0
v8.0.1
Compare Source
bloc v8.0.2
(#3012)v8.0.0
Compare Source
bloc v8.0.0
v7.3.3
Compare Source
BlocListener
andBlocProvider
(#2924)v7.3.2
Compare Source
BlocProvider
explicitly defaultlazy
totrue
to supportavoid_redundant_argument_values
(#2917)v7.3.1
Compare Source
identical
identityHashCode
was used to determine if the bloc reference had changed to trigger a rebuild (#2482) however, it's possible for different bloc references to have the samehashCode
as a result of hash collisions. The fix usesidentical
to determine whether the bloc reference has changed.README
v7.3.0
Compare Source
bloc: ^7.2.0
v7.2.0
Compare Source
provider: ^6.0.0
v7.1.0
Compare Source
BlocSelector
widgetv7.0.1
Compare Source
BlocConsumer
,BlocBuilder
, andBlocListener
depend on bloc/cubit instanceBlocConsumer
,BlocBuilder
, andBlocListener
will all update to use the new instanceBlocBuilder
andBlocListener
inline API docs to includebuildWhen
andlistenWhen
v7.0.0
Compare Source
cubit
parameter tobloc
cubit
parameter inBlocListener
tobloc
cubit
parameter inBlocBuilder
tobloc
cubit
parameter inBlocConsumer
tobloc
>=2.12.0-0 <3.0.0
context.repository
bloc: ^7.0.0
provider: ^5.0.0
v6.1.3
Compare Source
ProviderNotFoundException
bloc ^6.1.3
provider ^4.3.3
v6.1.2
Compare Source
BlocProvider.value
useInheritedProvider.value
v6.1.1
Compare Source
BlocConsumer
does not respectbuildWhen
and results in unnecessary rebuildsv6.1.0
Compare Source
listen
toBlocProvider
andRepositoryProvider
context.select<T, R>(R Function(T value))
which allows widgets to listen to only a small part of the state ofT
(R
)context.watch<T>()
which allows widgets to listen to changes in the state ofT
context.read<T>()
which allows widgets to accessT
without listening for changescontext.bloc
in favor ofcontext.read
andcontext.watch
context.repository
in favor ofcontext.read
andcontext.watch
ProviderNotFoundException
fromRepositoryProvider
for external dependenciesBlocProvider
andRepositoryProvider
README
v6.0.6
Compare Source
buildWhen
v6.0.5
Compare Source
BlocBuilder
builder
andbuildWhen
state mismatchv6.0.4
Compare Source
v6.0.3
Compare Source
BlocConsumer
requires a single subscriptionBlocBuilder
extendsBlocListener
MultiRepositoryProvider
extendsMultiProvider
v6.0.2
Compare Source
v6.0.1
Compare Source
v6.0.0
Compare Source
bloc ^6.0.0
BlocBuilder
interop withcubit
(bloc
parameter renamed tocubit
)BlocListener
interop withcubit
(bloc
parameter renamed tocubit
)BlocConsumer
interop withcubit
(bloc
parameter renamed tocubit
)v5.0.1
Compare Source
bloc ^5.0.1
v5.0.0
condition
onBlocBuilder
renamed tobuildWhen
condition
onBlocListener
renamed tolistenWhen
bloc v5.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.