Skip to content

Commit 79f566f

Browse files
committed
release: 1.5.4.
1 parent 88135f9 commit 79f566f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
--------------------------------------------
4+
[1.5.4] - 2025-04-29
5+
6+
* Media recording changes.
7+
48
[1.5.3+hotfix.2] - 2025-04-25
59

610
* fix bug for dc.onMessage.

pubspec.yaml

+2-2
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.5.3+hotfix.2
3+
version: 1.5.4
44
homepage: https://github.com/flutter-webrtc/dart-webrtc
55

66
environment:
@@ -13,7 +13,7 @@ dependencies:
1313
meta: ^1.8.0
1414
synchronized: ^3.0.0+3
1515
web: ^1.0.0
16-
webrtc_interface: ^1.2.2+hotfix.1
16+
webrtc_interface: ^1.2.3
1717

1818
dev_dependencies:
1919
build_runner: ^2.3.3

0 commit comments

Comments
 (0)