We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fe2d2 commit 038b08fCopy full SHA for 038b08f
pubspec.lock
@@ -219,10 +219,9 @@ packages:
219
flutter_webrtc:
220
dependency: "direct main"
221
description:
222
- name: flutter_webrtc
223
- sha256: "945d0a38b90fbca8257eadb167d8fb9fa7075d9a1939fd2953c10054454d1de2"
224
- url: "https://pub.dev"
225
- source: hosted
+ path: "../flutter-webrtc"
+ relative: true
+ source: path
226
version: "1.1.0"
227
glob:
228
dependency: transitive
pubspec.yaml
@@ -37,7 +37,8 @@ dependencies:
37
uuid: ^4.5.1
38
synchronized: ^3.0.0+3
39
protobuf: ^4.1.0
40
- flutter_webrtc: ^1.1.0
+ flutter_webrtc:
41
+ path: ../flutter-webrtc
42
device_info_plus: ^11.3.0
43
dart_webrtc: ^1.5.3+hotfix.5
44
sdp_transform: ^0.3.2
0 commit comments