Skip to content

Commit

Permalink
prepare for v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Jun 18, 2024
1 parent cb16154 commit 3af59c3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 3.0.0 - Jun 18, 2024

- Update dependencies:
- `rxdart_ext` to `^0.3.0`.
- Change Flutter constraint to `'>=3.10.0'` (requires `Flutter 3.10` or later).
- Change Dart SDK constraint to `'>=3.0.0 <4.0.0'` (requires `Dart 3.0` or later).

### 2.3.0 - Jun 3, 2022

- Update `rxdart_ext` to `0.2.2`.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.3.0"
version: "3.0.0"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
11 changes: 10 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
name: flutter_bloc_pattern
description: Bloc provider. Provides bloc to descendant widget (O(1)), and the bloc is disposed appropriately by state which the bloc_provider holds internally.
version: 2.3.0
version: 3.0.0
homepage: https://github.com/hoc081098/flutter_bloc_pattern.git
repository: https://github.com/hoc081098/flutter_bloc_pattern.git
issue_tracker: https://github.com/hoc081098/flutter_bloc_pattern/issues
funding:
- https://www.buymeacoffee.com/hoc081098

environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.10.0'

topics:
- rxdart
- hoc081098
- flutter-bloc
- bloc
- state-management

dependencies:
flutter:
sdk: flutter
Expand Down

0 comments on commit 3af59c3

Please sign in to comment.