- Upgrade
uCrop
to v2.2.7
- Upgrade
TOCropViewController
to v2.6.0 - Migrate to nullsafety
- Upgrade
uCrop
to v2.2.6 - Fix bug: image compress file format (png)
- Update
pubspec
to new format - Upgrade
TOCropViewController
to v2.5.4
- Android: fix bug
- Android: upgrade uCrop to v2.2.5
- BREAKING CHANGE: remove
activeWidgetColor
fromAndroidUiSettings
- iOS: add more UI customization properties (title, initRect)
- update Flutter version constraint (>= v1.12.13)
- Android: migrate to embedding v2
- Android: fix bug crashing on Flutter v1.12.13
- Android: upgrade gradle version
- iOS: remove
static_framework
Pod configuration, upgradeTOCropViewController
to 2.5.2
- 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.