We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a129c53 commit 17bd616Copy full SHA for 17bd616
2 files changed
CHANGELOG.md
@@ -17,4 +17,7 @@ Initial Version of the library.
17
* Update state method signature to remove unnecessary type constraint
18
* Update RiveCubit constructor parameter name for clarity
19
* Update foregroundColor property to use WidgetStateProperty in Toolbar
20
-* Bump flutter_bloc dependency version to 8.1.6
+* 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
@@ -9,7 +9,7 @@ environment:
9
dependencies:
10
flutter:
11
sdk: flutter
12
- flutter_bloc: ^8.1.5
+ flutter_bloc: ^9.0.0
13
flutter_hooks: ">=0.16.0-nullsafety.0 <2.0.0"
14
rive_bloc:
15
path: ../
0 commit comments