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 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.
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ export 'package:webrtc_interface/webrtc_interface.dart'
66export 'src/factory_impl.dart' ;
77export 'src/media_devices.dart' ;
88export 'src/media_recorder.dart' ;
9+ export 'src/media_stream_impl.dart' ;
910export 'src/rtc_video_element.dart' ;
Original file line number Diff line number Diff line change 11name : dart_webrtc
22description : 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
44homepage : https://github.com/flutter-webrtc/dart-webrtc
55
66environment :
You can’t perform that action at this time.
0 commit comments