solo 0.2.0
solo: ^0.2.0 copied to clipboard
One job at a time: sequential jobs with exclusive state ownership, declarative rules and cooperative cancellation. Pure Dart.
/// A fake camera controller built on `solo`: hardware that answers late and
/// may break on its own, and a controller that keeps the state honest.
library;
export 'src/camera_controller.dart';
export 'src/camera_state.dart';
export 'src/fake_camera_hardware.dart';