Skip to content

Commit 3af59c3

Browse files
committed
prepare for v3.0.0
1 parent cb16154 commit 3af59c3

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 3.0.0 - Jun 18, 2024
2+
3+
- Update dependencies:
4+
- `rxdart_ext` to `^0.3.0`.
5+
- Change Flutter constraint to `'>=3.10.0'` (requires `Flutter 3.10` or later).
6+
- Change Dart SDK constraint to `'>=3.0.0 <4.0.0'` (requires `Dart 3.0` or later).
7+
18
### 2.3.0 - Jun 3, 2022
29

310
- Update `rxdart_ext` to `0.2.2`.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ packages:
9292
path: ".."
9393
relative: true
9494
source: path
95-
version: "2.3.0"
95+
version: "3.0.0"
9696
flutter_lints:
9797
dependency: "direct dev"
9898
description:

pubspec.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
name: flutter_bloc_pattern
22
description: Bloc provider. Provides bloc to descendant widget (O(1)), and the bloc is disposed appropriately by state which the bloc_provider holds internally.
3-
version: 2.3.0
3+
version: 3.0.0
44
homepage: https://github.com/hoc081098/flutter_bloc_pattern.git
55
repository: https://github.com/hoc081098/flutter_bloc_pattern.git
66
issue_tracker: https://github.com/hoc081098/flutter_bloc_pattern/issues
7+
funding:
8+
- https://www.buymeacoffee.com/hoc081098
79

810
environment:
911
sdk: '>=3.0.0 <4.0.0'
1012
flutter: '>=3.10.0'
1113

14+
topics:
15+
- rxdart
16+
- hoc081098
17+
- flutter-bloc
18+
- bloc
19+
- state-management
20+
1221
dependencies:
1322
flutter:
1423
sdk: flutter

0 commit comments

Comments
 (0)