Skip to content

Commit 17bd616

Browse files
committed
chore: bump flutter_bloc, very_good_analysis, and get_it dependencies; update CHANGELOG
1 parent a129c53 commit 17bd616

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ Initial Version of the library.
1717
* Update state method signature to remove unnecessary type constraint
1818
* Update RiveCubit constructor parameter name for clarity
1919
* Update foregroundColor property to use WidgetStateProperty in Toolbar
20-
* Bump flutter_bloc dependency version to 8.1.6
20+
* Bump flutter_bloc dependency version to 9.0.0
21+
* Bump very_good_analysis from 5.1.0 to 6.0.0
22+
* Bump get_it to 8.0.0
23+
* Discard automatic loading state emission in AsyncCubit internal build

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
flutter_bloc: ^8.1.5
12+
flutter_bloc: ^9.0.0
1313
flutter_hooks: ">=0.16.0-nullsafety.0 <2.0.0"
1414
rive_bloc:
1515
path: ../

0 commit comments

Comments
 (0)