8000 Update pubspec.yaml · hicodeboy/flutter-webrtc@119be9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 119be9f

Browse files
authored
Update pubspec.yaml
1 parent d61e62b commit 119be9f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: flutter_webrtc
22
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web.
33
version: 0.2.8
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
5+
environment:
6+
sdk: ">=2.2.2 <3.0.0"
7+
flutter: ^1.10.0
58

69
dependencies:
710
flutter:
@@ -17,7 +20,3 @@ flutter:
1720
pluginClass: FlutterWebRTCPlugin
1821
macos:
1922
pluginClass: FlutterWebRTCPlugin
20-
21-
environment:
22-
sdk: ">=2.2.2 <3.0.0"
23-
flutter: ^1.10.0

0 commit comments

Comments
 (0)
0