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 d9274cd commit 1269decCopy full SHA for 1269dec
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
--------------------------------------------
4
+[1.0.17] - 2023-06-14
5
+
6
+* Fix facingMode for mobile.
7
8
[1.0.16] - 2023-04-10
9
10
* Add addStreams to RTCRtpSender.
pubspec.yaml
@@ -1,15 +1,15 @@
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.0.16
+version: 1.0.17
homepage: https://github.com/flutter-webrtc/dart-webrtc
environment:
- sdk: '>=2.13.0 <3.0.0'
+ sdk: '>=2.13.0 <4.0.0'
dependencies:
js: ^0.6.4
11
platform_detect: ^2.0.7
12
- webrtc_interface: ^1.0.12
+ webrtc_interface: ^1.0.13
13
14
dev_dependencies:
15
build_runner: ^2.3.3
0 commit comments