image_form_field 0.1.0
image_form_field: ^0.1.0 copied to clipboard
Upload images in Flutter forms
Unreleased #
0.1.0 7 February 2021 #
- Fix deprecations in image_picker (#8) and in Firebase upload (#2)
0.0.3 22 August 2020 #
- Bump
image_picker(#6)
0.0.2 27 September 2018 #
- Apply recommended formatting via
flutter format - Add CHANGELOG (mettttaaaa)
0.0.1 24 September 2018 #
- Custom button builder and custom image display
- Grab images via
onSavedlike other form fields - Error validation (
validator/autovalidate) - Modal bottom sheet to select gallery or camera
- Multiple image upload
- Initial