flutter_camera_widget 1.2.0
flutter_camera_widget: ^1.2.0 copied to clipboard
A customizable Flutter package that displays a basic camera UI, with video and photo preview.
1.0.0-alpha.1 #
First deployment of the package.
1.0.0-alpha.2 #
The auto flash mode is now enabled when flash property is true.
Fixed example.dart not working on custom preview.
1.0.0-alpha.3 #
The flash icons are now showing correctly, according to the flashMode. The pictures are now taken in a short time. The focus mode is now reset when a picture is taken.
1.0.0 #
Removed gallery_saver dependency. Added gallery_saver_updated dependency so all sub-dependencies are up-to-date (especially http).
1.1.0 #
Added custom handlers for video and photo capture.
1.1.1 #
custom handlers now uses an XFile instead of a File object.
1.2.0-alpha.1 #
Added new enableAudio parameter. Default is false.
1.2.0 #
Official release from alpha 1.2.0 version.