Skip to content

Commit

Permalink
Allow pkg:web v0.3.0 (#306)
Browse files Browse the repository at this point in the history
Closes #305
  • Loading branch information
NotTsunami authored Jan 4, 2024
1 parent 62370cc commit 0e8bedc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.4.2
- Allow `web: '>=0.3.0 <0.5.0'`

## 2.4.1

- Update the examples to use `WebSocketChannel.ready` and clarify that
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: web_socket_channel
version: 2.4.1
version: 2.4.2

description: >-
StreamChannel wrappers for WebSockets. Provides a cross-platform
Expand All @@ -14,7 +14,7 @@ dependencies:
async: ^2.5.0
crypto: ^3.0.0
stream_channel: ^2.1.0
web: ^0.4.0
web: '>=0.3.0 <0.5.0'

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
Expand Down

0 comments on commit 0e8bedc

Please sign in to comment.