Skip to content

Commit 9816c66

Browse files
authored
chore(flutter_bloc): v8.1.3 (#3841)
1 parent 3ecf2d8 commit 9816c66

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: packages/flutter_bloc/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 8.1.3
2+
3+
- docs: remove graphql sample references from README ([#3820](https://github.com/felangel/bloc/pull/3820))
4+
- docs: upgrade to Dart 3 ([#3809](https://github.com/felangel/bloc/pull/3820))
5+
- refactor: standardize analysis_options ([#3809](https://github.com/felangel/bloc/pull/3820))
6+
- refactor: update sdk constraints and fix analysis warnings ([#3809](https://github.com/felangel/bloc/pull/3820))
7+
18
# 8.1.2
29

310
- chore: add screenshots to `pubspec.yaml` ([#3717](https://github.com/felangel/bloc/pull/3717))

Diff for: packages/flutter_bloc/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: flutter_bloc
22
description: Flutter Widgets that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc state management package.
3-
version: 8.1.2
3+
version: 8.1.3
44
repository: https://github.com/felangel/bloc/tree/master/packages/flutter_bloc
55
issue_tracker: https://github.com/felangel/bloc/issues
66
homepage: https://bloclibrary.dev
77
documentation: https://bloclibrary.dev/#/gettingstarted
88

99
environment:
10-
sdk: ">=2.12.0 <3.0.0"
10+
sdk: ">=2.12.0 <4.0.0"
1111

1212
dependencies:
1313
bloc: ^8.1.1

0 commit comments

Comments
 (0)