oxean_image_editor 0.3.0
oxean_image_editor: ^0.3.0 copied to clipboard
A simple image editor for Flutter, allowing users to crop, rotate, flip and drawing
Changelog #
0.3.0 - 2025-10-20 #
- Aligned local tooling with Flutter 3.32.8 / Dart 3.8.1 and updated the example Android project to Gradle 8.13, Android Gradle Plugin 8.13.0, Kotlin 2.1.20, Java 21, and NDK 27.0.12077973.
- Refreshed package dependencies:
intl0.20.2,file_picker10.3.3,permission_handler12.0.1,image4.5.4, plus regenerated lockfiles for the new transitive versions.
0.2.0 - 2025-05-09 #
- Reset all changes feature
0.1.1 - 2025-05-09 #
- Fix tests and remove file picker dependency
0.1.0 - 2025-05-09 #
Added #
- Initial release of Oxean Image Editor
- Image cropping with interactive handles
- Image rotation (90° left/right)
- Image flipping (horizontal/vertical)
- Drawing tools with customizable brush color and width
- Undo/redo functionality for drawing
- Support for Android, iOS, Web, Windows, macOS, and Linux platforms