Files
flutter-elinux-plugins/packages/camera/pubspec.yaml
T
2023-08-28 12:37:20 +00:00

24 lines
654 B
YAML

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.2
homepage: https://github.com/sony/flutter-elinux-plugins
repository: https://github.com/sony/flutter-elinux-plugins/tree/main/packages/camera
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
dependencies:
camera_platform_interface: ^2.5.0
flutter:
sdk: flutter
flutter:
plugin:
platforms:
elinux:
pluginClass: CameraElinuxPlugin
dartPluginClass: ELinuxCamera