camera: add ELinuxCamera dartPluginClass (#81)

Fixed https://github.com/sony/flutter-elinux/issues/211

Signed-off-by: Hidenori Matsubayashi <[email protected]>
This commit is contained in:
Hidenori Matsubayashi
2023-08-28 12:37:20 +00:00
committed by GitHub
parent 96106f35e7
commit 57f3aa88bf
9 changed files with 800 additions and 5 deletions
+3 -1
View File
@@ -2,7 +2,7 @@ name: camera_elinux
description: A Flutter plugin for getting information about and controlling the
camera on eLinux. Supports previewing the camera feed, capturing images, capturing video,
and streaming image buffers to dart.
version: 0.3.1
version: 0.3.2
homepage: https://github.com/sony/flutter-elinux-plugins
repository: https://github.com/sony/flutter-elinux-plugins/tree/main/packages/camera
@@ -11,6 +11,7 @@ environment:
flutter: ">=3.3.0"
dependencies:
camera_platform_interface: ^2.5.0
flutter:
sdk: flutter
@@ -19,3 +20,4 @@ flutter:
platforms:
elinux:
pluginClass: CameraElinuxPlugin
dartPluginClass: ELinuxCamera