Skip to content

Commit 83fc41e

Browse files
authored
Merge pull request #7 from Techno-Disaster/main
chore: export media_stream_impl.dart
2 parents 0b9e8f0 + 25c895f commit 83fc41e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

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

33
--------------------------------------------
4+
[1.0.3] - 2021-12-28
5+
6+
* export media_stream_impl.dart to fix do not import impl files.
7+
48
[1.0.2] - 2021-11-27
59

610
* Fix the type error of minified function in release mode.

lib/dart_webrtc.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ export 'package:webrtc_interface/webrtc_interface.dart'
66
export 'src/factory_impl.dart';
77
export 'src/media_devices.dart';
88
export 'src/media_recorder.dart';
9+
export 'src/media_stream_impl.dart';
910
export 'src/rtc_video_element.dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.0.2
3+
version: 1.0.3
44
homepage: https://github.com/flutter-webrtc/dart-webrtc
55

66
environment:

0 commit comments

Comments
 (0)