image_capture_field 0.0.6 image_capture_field: ^0.0.6 copied to clipboard
ImageCaptureField is as easy-to-use as a TextField which works with it's own controller to take image input
0.0.6 #
in the ImageCaptureController image is now => imagePickedFile newly added getter imageUInt8List to get image as Uint8List and imageName to get image name
0.0.5 #
some bug fixes for web support
0.0.4 #
Enabling Web Support, and some bug fixes
0.0.3 #
ImageCaptureController now has two property : image (Picked File), isBlank (boolean)
0.0.2 #
Specified what you get in return from controller.image (PickedFile) instead of dynamic
0.0.1 #
ImageCaptureField is as easy-to-use as a TextField which works with it's own controller to take image input