reusable_image_widget 0.0.9 copy "reusable_image_widget: ^0.0.9" to clipboard
reusable_image_widget: ^0.0.9 copied to clipboard

A reusable Flutter widget library for picking, cropping, compressing, and displaying images from gallery, camera, or network with full-screen preview support.

📄 CHANGELOG #

All notable changes to this project will be documented here.

🕘 Versions #

🔥 Latest Summary #

0.0.9 – 2025-07-12 #

♻️ Refactored #

  • Removed all image_picker-related logic from the package.
  • Replaced any direct dependency on image_picker with XFile? pickedFile from cross_file, ensuring full cross-platform compatibility.

✨ Added #

  • pickedFile property to AppImageViewer and ImageBuilder to support dynamic rendering of images picked outside this package.
  • Updated AppImageResolver to cleanly support rendering images from:
    • XFile on Web and Mobile
    • Network (via CachedNetworkImage)
    • Asset images
  • More flexible handling of UI display scenarios.

📦 Dependencies #

  • Added: cross_file for platform-agnostic XFile support.
  • Retained: cached_network_image for optimized network image loading.

0
likes
0
points
105
downloads

Publisher

unverified uploader

Weekly Downloads

A reusable Flutter widget library for picking, cropping, compressing, and displaying images from gallery, camera, or network with full-screen preview support.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

app_style, cached_network_image, cross_file, file_saver, flutter, flutter_image_compress, http, image_gallery_saver, image_picker, loading_builder, online_indicator, permission_handler, photo_view

More

Packages that depend on reusable_image_widget