Skip to content

Commit 4920763

Browse files
committed
release: 1.5.0.
1 parent a8183c0 commit 4920763

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
--------------------------------------------
44

5+
[1.5.0] - 2025-02-13
6+
7+
* remove js_util.
8+
59
[1.4.10] - 2024-012-16
610

711
* fix compiler errors.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_webrtc
22
description: Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers.
3-
version: 1.4.10
3+
version: 1.5.0
44
homepage: https://github.com/flutter-webrtc/dart-webrtc
55

66
environment:
@@ -14,7 +14,7 @@ dependencies:
1414
platform_detect: ^2.1.0
1515
synchronized: ^3.0.0+3
1616
web: ^1.0.0
17-
webrtc_interface: ^1.2.0
17+
webrtc_interface: ^1.2.1
1818

1919
dev_dependencies:
2020
build_runner: ^2.3.3

0 commit comments

Comments
 (0)