camera_dart 0.0.1
camera_dart: ^0.0.1 copied to clipboard
Camera capture for Dart and Flutter with the goal of no additional system dependencies. Dart (no Flutter dependency) with native audio from Rust via FFI.
camera_dart #
Cross-platform camera capture for Dart and Flutter with the goal of no system dependencies that need to be installed. Pure Dart (works in CLI tools) with native camera capture over FFI.
For Flutter apps, see the camera_flutter package, which builds the native
library for you via cargokit and should 'just work'.
The only build-time requirement beyond Dart/Flutter is Rust. That may be worked-around with precompiled binaries (TODO).