Skip to content

Commit

Permalink
Merge pull request #53 from talkjs/fix/http-version
Browse files Browse the repository at this point in the history
(chore) Relaxed version requirements for the http package
  • Loading branch information
bugnano authored Mar 4, 2024
2 parents f2b4a6b + 05ad05c commit d1cbce2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.1

- Relaxed version requirements for the Dart SDK and http packages

## 0.10.0

- Add support for Firebase push notifications on iOS.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: talkjs_flutter
description: Official TalkJS SDK for Flutter
version: 0.10.0
version: 0.10.1
homepage: https://talkjs.com

environment:
sdk: '>=2.18.0 <3.0.0'
sdk: '>=2.18.0 <4.0.0'
flutter: '>=2.8.1'

platforms:
Expand All @@ -20,7 +20,7 @@ dependencies:
firebase_core: ^2.25.4
firebase_messaging: ^14.7.15
flutter_local_notifications: ^16.3.2
http: ^0.13.6
http: '>=0.13.6 <2.0.0'
flutter_apns_only: ^1.6.0
permission_handler: ^11.0.1
url_launcher: ^6.1.11
Expand Down

0 comments on commit d1cbce2

Please sign in to comment.