Skip to content

Commit

Permalink
Add support for package:web v1.0.0 (#113)
Browse files Browse the repository at this point in the history
Updates the constraints to allow for >=0.5.0 <2.0.0.
Publishes 4.1.6.
  • Loading branch information
srujzs authored Jul 16, 2024
1 parent 52d042f commit a6ae8dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.6

- Require package `web: '>=0.5.0 <2.0.0'`.

## 4.1.5

- Drop unneeded dependency on `package:js`.
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: sse
version: 4.1.5
version: 4.1.6
description: >-
Provides client and server functionality for setting up bi-directional
communication through Server Sent Events (SSE) and corresponding POST
Expand All @@ -16,7 +16,7 @@ dependencies:
pool: ^1.5.0
shelf: ^1.1.0
stream_channel: ^2.0.0
web: ^0.5.0
web: '>=0.5.0 <2.0.0'

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
Expand Down

0 comments on commit a6ae8dc

Please sign in to comment.