File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 8.1.1
2
+
3
+ - chore: add screenshots to ` pubspec.yaml ` ([ #3708 ] ( https://github.com/felangel/bloc/pull/3708 ) )
4
+ - refactor: ` const ` constructor support for ` BlocObserver ` ([ #3704 ] ( https://github.com/felangel/bloc/pull/3704 ) )
5
+ - refactor: upgrade to Dart 2.19 ([ #3699 ] ( https://github.com/felangel/bloc/pull/3699 ) )
6
+ - remove deprecated ` invariant_booleans ` lint rule
7
+
1
8
# 8.1.0
2
9
3
10
- feat: reintroduce ` Bloc.observer ` and ` Bloc.transformer ` ([ #3469 ] ( https://github.com/felangel/bloc/pull/3469 ) )
Original file line number Diff line number Diff line change 1
1
name : bloc
2
2
description : A predictable state management library that helps implement the BLoC (Business Logic Component) design pattern.
3
- version : 8.1.0
3
+ version : 8.1.1
4
4
repository : https://github.com/felangel/bloc/tree/master/packages/bloc
5
5
issue_tracker : https://github.com/felangel/bloc/issues
6
6
homepage : https://github.com/felangel/bloc
You can’t perform that action at this time.
0 commit comments