forked from pinkfish/flutter_rtmppublisher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
36 lines (31 loc) · 789 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: camera_with_rtmp
description: Controlling the camera on Android and iOS plus rtmp live streaming support. Based off the Camera plugin.
version: 1.0.0
homepage: https://github.com/pinkfish/flutter_rtmppublisher
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
path_provider: ^2.0.1
video_player: ^2.1.1
flutter_test:
sdk: flutter
flutter_driver:
sdk: flutter
pedantic: ^1.11.0
mockito: ^5.0.7
dependency_overrides:
crypto: ^3.0.0
convert: ^3.0.0
# The following section is specific to Flutter.
flutter:
plugin:
platforms:
android:
package: com.whelksoft.camera_with_rtmp
pluginClass: RtmppublisherPlugin
ios:
pluginClass: RtmppublisherPlugin