form_builder_image_picker 3.0.0
form_builder_image_picker: ^3.0.0 copied to clipboard
Images picker field for FlutterFormBuilder. Get images from gallery or camera
3.0.0 13-Jul-2021 #
- Support flutter 3
- Improve documentation and displaying images #20(Thanks @ahmednfwela)
2.0.0 07-Nov-2021 #
- Support for
flutter_form_builder
7.* - Use XFile instead of the old picker
- Proper null safety
- Added
displayCustomType
to accept any type for the values - Used ListView.builder for lazy loading items
1.0.0-nullsafety.0 03-Apr-2021 #
- Started working on null-safety
0.1.2 31-Dec-2020 #
- Formatted code sample in README
0.1.1 31-Dec-2020 #
- Include code sample in README
0.1.0 31-Dec-2020 #
- Initial release.