camera_web 0.2.1+5 camera_web: ^0.2.1+5 copied to clipboard
A Flutter plugin for getting information about and controlling the camera on Web.
0.2.1+5 #
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
0.2.1+4 #
- Migrates from
ui.hash*
toObject.hash*
. - Updates minimum Flutter version for changes in 0.2.1+3.
0.2.1+3 #
- Internal code cleanup for stricter analysis options.
0.2.1+2 #
- Fixes cameraNotReadable error that prevented access to the camera on some Android devices when initializing a camera.
- Implemented support for new Dart SDKs with an async requestFullscreen API.
0.2.1+1 #
- Update usage documentation.
0.2.1 #
- Add video recording functionality.
- Fix cameraNotReadable error that prevented access to the camera on some Android devices.
0.2.0 #
- Initial release, adapted from the Flutter I/O Photobooth project.