Skip to content

Commit

Permalink
Merge pull request #75 from leancodepl/chore/flutter-comms-upgrade-bloc
Browse files Browse the repository at this point in the history
[flutter_comms] Upgrade bloc dependency to ^9.0.0
  • Loading branch information
PiotrRogulski authored Jan 31, 2025
2 parents b56b37c + 7d3cf52 commit 1513ae7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/flutter_comms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.0

- Bump `comms` to `1.2.0`
- Bump `bloc` to `9.0.0`

## 1.1.0

- Add example of sending one time events from state management to widgets in README (#69)
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_comms/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: flutter_comms
description: Simple communication pattern abstraction on streams, created for communication between logic classes and or widgets.
version: 1.1.0
version: 1.2.0
homepage: https://github.com/leancodepl/comms

environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.13.0"

dependencies:
comms: ^1.1.0
comms: ^1.2.0
flutter:
sdk: flutter
flutter_hooks: ^0.20.3
Expand Down

0 comments on commit 1513ae7

Please sign in to comment.