forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
35 lines (29 loc) · 892 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
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.5+1
authors:
- Flutter Team <[email protected]>
- Luigi Agosti <[email protected]>
- Quentin Le Guennec <[email protected]>
- Koushik Ravikumar <[email protected]>
- Nissim Dsilva <[email protected]>
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
flutter:
plugin:
androidPackage: io.flutter.plugins.camera
pluginClass: CameraPlugin
environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=1.2.0 <2.0.0"