image_picker_widget 1.0.4
image_picker_widget: ^1.0.4 copied to clipboard
Flutter package to integrate image_picker with a simple Flutter widget, allowing you to edit an image without any problems with design code development.
1.0.4 Ignore if initialImage is null or empty #
- Now initialImage is ignores if is empty or null
1.0.3 Update variable type #
- Now initialImage accepts not only File and String, but also ImageProvider type
1.0.2 Update Readme #
- Update Readme to add issue replier
1.0.1 Update Readme #
- Update Readme to add an exemple and specs to the package
1.0.0 First release #
- First release