image_overlay_editor 1.0.1
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/camerascreenshot(^2.1.0) - For capturing the edited imagepath_provider(^2.1.0) - For temporary file managementpermission_handler(^11.0.0) - For handling permissions