Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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).