- BIG UPDATES: supports UI customization on both of Android and iOS, supports more image compress format and quality.
- BREAKING CHANGE:
ratioX
andratioY
are replaced byaspectRatio
,circleShape
is replaced bycropStyle
, removedtoolbarTitle
andtoolbarColor
(these properties are moved intoAndroidUiSettings
) - iOS: upgrade native library (TOCropViewController v2.5.1)
- Android: upgrade native library (uCrop v2.2.4)
- iOS: upgrade native library
- Android: fix bug #40
- Android: migrate to AndroidX
- upgrade native libraries
- Android: remove deprecated support libraries
- Android: target version to 28
- clarify code document
- set default value for
circleShape
- support circular cropping
- upgrade
TOCropViewController
dependency to v2.3.8
- re-config to support Dart2
- fix bug: lock aspect ratio
- refactor: change
toolbarColor
type ofint
toColor
- fix bug: increasing image size after cropping
- add new feature:
toolbarTitle
andtoolbarColor
to customize title and color of copperActivity
- clarify document
- initial release.