add plugin camera desktop

This commit is contained in:
kyo
2026-06-22 09:39:31 +07:00
parent 92daeef0c5
commit 5407afbd6e
144 changed files with 15900 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
/// A Flutter camera plugin for desktop platforms (Linux, macOS, Windows).
///
/// This plugin implements [CameraPlatform] from camera_platform_interface,
/// allowing it to work seamlessly with the standard camera package.
/// Users simply add camera_desktop as a dependency and the standard
/// CameraController works on desktop automatically.
library;
export 'src/camera_desktop_plugin.dart';