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 a8183c0 commit 4920763Copy full SHA for 4920763
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
--------------------------------------------
4
5
+[1.5.0] - 2025-02-13
6
+
7
+* remove js_util.
8
9
[1.4.10] - 2024-012-16
10
11
* fix compiler errors.
pubspec.yaml
@@ -1,6 +1,6 @@
1
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.4.10
+version: 1.5.0
homepage: https://github.com/flutter-webrtc/dart-webrtc
environment:
@@ -14,7 +14,7 @@ dependencies:
14
platform_detect: ^2.1.0
15
synchronized: ^3.0.0+3
16
web: ^1.0.0
17
- webrtc_interface: ^1.2.0
+ webrtc_interface: ^1.2.1
18
19
dev_dependencies:
20
build_runner: ^2.3.3
0 commit comments