Skip to content

Commit

Permalink
Merge pull request #149 from Mamun361054/upgrade_http_version
Browse files Browse the repository at this point in the history
upgrade http package
  • Loading branch information
tadaspetra authored Jul 25, 2023
2 parents 724183b + 7c160ae commit e70d5a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.3.5
- Allow for wider range of `http` packages

## 1.3.4

- Fixes error [#137](https://github.com/AgoraIO-Community/VideoUIKit-Flutter/issues/137)
Expand Down
2 changes: 1 addition & 1 deletion lib/models/agora_rtm_mute_request.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class AgoraUIKit {
String platform = platformStr();

String framework = "flutter";
String version = "1.3.4";
String version = "1.3.5";

AgoraUIKit.fromJson(Map<String, dynamic> json)
: platform = json['platform'],
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: agora_uikit
description: Flutter plugin to simply integrate Agora Video Calling or Live
Video Streaming to your app with just a few lines of code.
version: 1.3.4
version: 1.3.5
homepage: https://www.agora.io/en/
repository: https://github.com/AgoraIO-Community/VideoUIKit-Flutter

Expand All @@ -14,7 +14,7 @@ dependencies:
agora_rtm: ^1.5.5
flutter:
sdk: flutter
http: ^1.0.0
http: '>=0.13.1 <2.0.0'
lints: ">=1.0.1 <2.1.0"
permission_handler: ^10.2.0

Expand Down

0 comments on commit e70d5a7

Please sign in to comment.