File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
--------------------------------------------
4
+ [ 1.0.3] - 2021-12-28
5
+
6
+ * export media_stream_impl.dart to fix do not import impl files.
7
+
4
8
[ 1.0.2] - 2021-11-27
5
9
6
10
* Fix the type error of minified function in release mode.
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ export 'package:webrtc_interface/webrtc_interface.dart'
6
6
export 'src/factory_impl.dart' ;
7
7
export 'src/media_devices.dart' ;
8
8
export 'src/media_recorder.dart' ;
9
+ export 'src/media_stream_impl.dart' ;
9
10
export 'src/rtc_video_element.dart' ;
Original file line number Diff line number Diff line change 1
1
name : dart_webrtc
2
2
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
4
4
homepage : https://github.com/flutter-webrtc/dart-webrtc
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments