flutter_image_picker_ui 1.0.1 copy "flutter_image_picker_ui: ^1.0.1" to clipboard
flutter_image_picker_ui: ^1.0.1 copied to clipboard

A Flutter package for a UI to pick or take images

πŸ“¦ Changelog #

All notable changes to the flutter_image_picker_ui package will be documented in this file.


1.0.1 - 2025-07-31 #

πŸ†• Enhancements #

  • Added onCreate callback to expose PhotoUploadController
  • Allow programmatic image clearing via controller.clearImage()
  • Improved internal state handling and cleanup
  • Updated docs and examples to reflect new features
  • Added optional icon widget support to main preview UI

🐞 Fixes #

  • Prevent multiple image pick operations simultaneously
  • Better error handling during image selection
  • Improved layout rendering for image previews

1.0.0 Initial Release #

πŸš€ Features #

  • Image picker UI built on top of image_picker

  • Default and fully custom constructors (PhotoUploadWidget & PhotoUploadWidget.custom)

  • Clean UI with:

    • Dotted border styling
    • Optional top icon
    • Title and subtitle text
    • Customizable camera and gallery buttons
  • Image preview with a clear (X) icon

  • Asset icon support for camera and gallery

  • Border style enum: PhotoUploadBorderStyle

βœ… Stable for production use #

  • Works well with all standard Flutter setups
  • Easily embeddable in forms and profile editors

4
likes
150
points
38
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A Flutter package for a UI to pick or take images

Repository (GitHub)
View/report issues

Topics

#image-picker #image-picker-ui #image-picker-widget

Documentation

API reference

License

MIT (license)

Dependencies

dotted_border, flutter, image_picker

More

Packages that depend on flutter_image_picker_ui