8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88135f9 commit 79f566fCopy full SHA for 79f566f
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
--------------------------------------------
4
+[1.5.4] - 2025-04-29
5
+
6
+* Media recording changes.
7
8
[1.5.3+hotfix.2] - 2025-04-25
9
10
* fix bug for dc.onMessage.
pubspec.yaml
@@ -1,6 +1,6 @@
name: dart_webrtc
description: Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers.
-version: 1.5.3+hotfix.2
+version: 1.5.4
homepage: https://github.com/flutter-webrtc/dart-webrtc
environment:
@@ -13,7 +13,7 @@ dependencies:
13
meta: ^1.8.0
14
synchronized: ^3.0.0+3
15
527A web: ^1.0.0
16
- webrtc_interface: ^1.2.2+hotfix.1
+ webrtc_interface: ^1.2.3
17
18
dev_dependencies:
19
build_runner: ^2.3.3
0 commit comments