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

A production-ready Flutter package for creating image editors with overlay functionality. Perfect for apps that need to add stickers, text, or other images on top of photos and upload the result to cl [...]

Changelog #

1.0.0 #

Initial release of the image_overlay_editor package.

Features #

  • Drag & Drop: Intuitive positioning of overlay images with smooth interactions
  • Resize: Visual handles to resize overlays with aspect ratio preservation
  • Rotate: Smooth rotation controls for precise overlay positioning
  • Multiple Sources: Gallery, camera, and network images support
  • Cloud Ready: Returns edited image file ready for upload to any storage service
  • Customizable: Extensive theming with custom colors, fonts, and UI elements
  • Responsive: Works perfectly on all screen sizes and orientations
  • Performance Optimized: Efficient memory management and smooth animations
  • Production Ready: Comprehensive error handling and permission management
  • Fully Tested: Complete test coverage for all functionality

Platform Support #

  • ✅ iOS (iOS 11.0+)
  • ✅ Android (API level 21+)
  • ✅ Web (Flutter 3.0+)
  • ✅ macOS (macOS 10.14+)
  • ✅ Windows (Windows 10+)
  • ✅ Linux (Ubuntu 18.04+)

Dependencies #

  • flutter (>=3.0.0)
  • image_picker (^1.0.0) - For picking images from gallery/camera
  • screenshot (^2.1.0) - For capturing the edited image
  • path_provider (^2.1.0) - For temporary file management
  • permission_handler (^11.0.0) - For handling permissions
2
likes
135
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A production-ready Flutter package for creating image editors with overlay functionality. Perfect for apps that need to add stickers, text, or other images on top of photos and upload the result to cloud storage. Features drag & drop positioning, resize, rotate, multiple image sources (gallery/camera/network), extensive theming, and cloud-ready output. Includes required Android/iOS permissions and platform configurations.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_screenutil, image_picker, path_provider, permission_handler, screenshot

More

Packages that depend on image_overlay_editor