[camera][draft] Add camera plugin (#29)

Added the first draft version, but there are still a lot of unimplemented features.
This commit is contained in:
Hidenori Matsubayashi
2021-08-16 16:43:28 +09:00
committed by GitHub
parent 4c37b98e79
commit 999fdad59c
45 changed files with 3874 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
name: camera_example
description: Demonstrates how to use the camera plugin.
publish_to: none
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.22.0"
dependencies:
camera: ^0.8.1+7
camera_elinux:
path: ../
flutter:
sdk: flutter
path_provider: ^2.0.0
path_provider_elinux:
path: ../../path_provider
video_player: ^2.1.4
video_player_elinux:
path: ../../video_player
dev_dependencies:
flutter_test:
sdk: flutter
flutter_driver:
sdk: flutter
integration_test:
sdk: flutter
pedantic: ^1.10.0
flutter:
uses-material-design: true