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 1b7af29 commit 89bc1efCopy full SHA for 89bc1ef
example/scripts/project_tools.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
FLUTTER_APP_FOLDER=$(cd `dirname $0`/../; pwd)
4
-FLUTTER_APP_ORG=com.cloudwebrtc.cisco-meeting
+FLUTTER_APP_ORG=com.cloudwebrtc.flutter-whip.example
5
FLUTTER_APP_PROJECT_NAME=flutter_cisco_meeting_app
6
CMD=$1
7
pubspec.yaml
@@ -7,7 +7,7 @@ environment:
8
dependencies:
9
events2: ^1.0.0
10
- flutter_webrtc: ^0.8.0
+ flutter_webrtc: ^0.8.3
11
http: ^0.13.3
12
sdp_transform: ^0.3.2
13
uuid: ^3.0.3
0 commit comments