Skip to content

Commit

Permalink
chore: export media_stream_impl.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
techno-disaster committed Dec 27, 2021
1 parent 0b9e8f0 commit 25c895f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

--------------------------------------------
[1.0.3] - 2021-12-28

* export media_stream_impl.dart to fix do not import impl files.

[1.0.2] - 2021-11-27

* Fix the type error of minified function in release mode.
Expand Down
1 change: 1 addition & 0 deletions lib/dart_webrtc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export 'package:webrtc_interface/webrtc_interface.dart'
export 'src/factory_impl.dart';
export 'src/media_devices.dart';
export 'src/media_recorder.dart';
export 'src/media_stream_impl.dart';
export 'src/rtc_video_element.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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.2
version: 1.0.3
homepage: https://github.com/flutter-webrtc/dart-webrtc

environment:
Expand Down

0 comments on commit 25c895f

Please sign in to comment.