We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff4219 commit ebc382bCopy full SHA for ebc382b
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
--------------------------------------------------------------------------------
4
+[0.5.4] - 2022-05-27
5
+
6
+* fix: fix resource location.
7
+* chore: bump version for flutter-webrtc.
8
9
[0.5.3] - 2022-03-25
10
11
* fix: fix sdp negotiation issue.
pubspec.yaml
@@ -1,13 +1,13 @@
name: flutter_whip
-version: 0.5.3
+version: 0.5.4
description: WebRTC-HTTP ingestion protocol (WHIP) library for flutter.
homepage: https://github.com/cloudwebrtc/flutter-whip.git
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
events2: ^1.0.0
- flutter_webrtc: ^0.8.3
+ flutter_webrtc: ^0.8.7
http: ^0.13.3
12
sdp_transform: ^0.3.2
13
uuid: ^3.0.3
0 commit comments