image_selector_formfield 1.0.3
image_selector_formfield: ^1.0.3 copied to clipboard
This widget is a form field that allows the user to pick a image from gallery (soon from camera too), and then crop it. The widget is customizable and has all the posibilities expected on a Form Field.
1.0.3 may 9, 2020. #
- BUG FIX - Initial image not showing
- Added onChange callback
Thanks Raymond Ativie for Pr's
1.0.2 march 3, 2020. #
- Replace the outdated image_picker_modern for the original image_picker.
1.0.1 November 19, 2019. #
- BUG FIX - Image were not being passed to "onSave" and "Validator" callbacks;
- Set flutter version in pubspec/environment to flutter: ">= 1.10.15-pre.148 < 2.0.0"
1.0.0 November 19, 2019. #
- First Customizable Version.