- Permission check for Photos and Camera
- LayersViewer class added
- OutputFormat option added to ImageEditor
- Web support fixes
- initial web support
- added layers management and reorder overlay screen
- dropped dependency image_editor
- Breaking changes: ImageEditor class have multiple option like cropOption for crop releated setting.
- Passing null to any option will disable that feature like cropOption: null will disable crop feature.
- Bug fixes
- Ratio options can be provided in ImageEditor as well as in ImageCropper
- Ratio options can be provided in constructor
- Allowed feature list can be provided in constructor
- Image compress height & width parameter added
- Bug fixes
- Dependencies updated
- Bug fixes
- Dependencies updated
- Bug fixes
- Dependencies updated
- Performance optimization
- Dependencies updated
- ImageUtils.convert & ImageUtils.convertAll methods added to convert image from one format to another.
- Pull request merged
- Dependencies updated
- Dependencies updated
- Bug fixes
- Dependencies updated
- Theme can be provided by using ImageEditor.theme = ThemeData(...)
- Language translation feature added
- Dependencies updated
- Many features added and optimized
- Changed signature library.
- Deleted unused code.
- Added github repository.
- ColorFilterGenerator.apply method not found error fixed
- ImageCropper example added
- Code optimization
- Color filters optimization
- Dependencies updated
- Dependency colorfilter_generator added for filters
- Initial version