blob: 95a84d046b5e8ab5e4337685d6d36d86a41a3be3 [file] [log] [blame]
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+9
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.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"