image_picker_widget 3.0.0
image_picker_widget: ^3.0.0 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.
[3.0.0] - Updating flutter packages. #
[2.4.1] - Add new static function for separated use of image option modal. #
[2.4.0] - Upgrade to newer versions of image_picker and image_cropper. #
[2.3.0] - Add new fields and new #
[2.2.2] - Add MouseRegion clicable for web usage. #
[2.2.1] - Option to change the BoxFit type. #
[2.2.0] - Change functionality for Web work on cropping image. #
[2.1.2] - New Radius field and #
[2.1.1] - Alignment option for #
[2.1.0] - Update to Flutter 3 #
[2.0.3] - Add image picker new options for the newer OS versions #
[2.0.2] - Add croping and simple image editions to image picker #
[2.0.1] - Ignore if initialImage is null or empty #
- Now initialImage is ignores if is empty or null for Null-safety
[2.0.0] - Null safety migration #
- Migrate to nullsafety
- Code format changed to be more efficient in importing
[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