forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
33 lines (28 loc) · 777 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
name: camera
description: A Flutter plugin for getting information about and controlling the
camera on Android and iOS. Supports previewing the camera feed, capturing images, capturing video,
and streaming image buffers to dart.
version: 0.5.8
homepage: https://github.com/flutter/plugins/tree/master/packages/camera
dependencies:
flutter:
sdk: flutter
dev_dependencies:
path_provider: ^0.5.0
video_player: ^0.10.0
flutter_test:
sdk: flutter
flutter_driver:
sdk: flutter
pedantic: ^1.8.0
flutter:
plugin:
platforms:
android:
package: io.flutter.plugins.camera
pluginClass: CameraPlugin
ios:
pluginClass: CameraPlugin
environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"