10000 bump version for dart-webrtc and interface. · flutter-webrtc/flutter-webrtc@d0f600a · GitHub
[go: up one dir, main page]

Skip to content

Commit d0f600a

Browse files
committed
bump version for dart-webrtc and interface.
1 parent 8b1f4f6 commit d0f600a

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

pubspec.yaml

+2-15
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,12 @@ environment:
99

1010
dependencies:
1111
collection: ^1.17.0
12-
dart_webrtc:
13-
git:
14-
url: https://github.com/daniel-g-favoreto-opl/dart-webrtc.git
15-
ref: ios-record
16-
12+
dart_webrtc: ^1.5.4
1713
flutter:
1814
sdk: flutter
1915
path_provider: ^2.0.2
2016
web: ^1.0.0
21-
webrtc_interface:
22-
git:
23-
url: https://github.com/daniel-g-favoreto-opl/webrtc-interface.git
24-
ref: media-recording-changes
17+
webrtc_interface: ^1.2.3
2518

2619
dev_dependencies:
2720
flutter_test:
@@ -47,9 +40,3 @@ flutter:
4740
pluginClass: FlutterWebRTCPlugin
4841
elinux:
4942
pluginClass: FlutterWebRTCPlugin
50-
51-
dependency_overrides:
52-
webrtc_interface:
53-
git:
54-
url: https://github.com/daniel-g-favoreto-opl/webrtc-interface.git
55-
ref: media-recording-changes

0 commit comments

Comments
 (0)
0