Files
max_map_camera_flutter/plugins/camera_desktop/lib/camera_desktop.dart
2026-06-22 09:39:31 +07:00

10 lines
397 B
Dart

/// 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';