flutter_flow_camera_manager 0.0.2
flutter_flow_camera_manager: ^0.0.2 copied to clipboard
is a Flutter package that provides a simple way to manage camera operations on flutter flow.
0.0.2 #
New Features #
- New Feature: Added a
isControllerInitializedgetter to theCameraManagerclass, allowing you to check if the camera controller is initialized.
Enhancements #
- Customization Improvements: You can now customize the camera resolution when initializing it using the
resolutionPresetparameter in theinitializeAndReturnControllermethod.