image_cropper_platform_interface 8.0.0
image_cropper_platform_interface: ^8.0.0 copied to clipboard
A common platform interface for the image_cropper plugin.
8.0.0 #
- update Flutter constraint to minimum of 3.28.0 (to support
toARGB32())
7.2.0 #
- Android:
statusBarColoris deprecated and no longer in use, introduce new propertiesstatusBarLightandnavBarLight
7.0.0 #
- relax flutter version constraints
- iOS: introduce
iOSUiSettings.embedInNavigationControllerto support add2app environments
6.1.0 #
- replace deprecated API (
UnmodifiableUint8ListViewbyasUnmodifiableView) - increase Dart SDK constraints (
>=3.3.0)
6.0.3 #
- Web: fix the issue of
WebDialogBuilder, should returnWidgetinstead ofDialog
6.0.2 #
- Web: fix bug cropper not get correct container's size
6.0.1 #
- add
backIconproperty inWebThemeDatato support customization ofAppBar.leadinginCropperPage
6.0.0 #
- refactor
WebUiSettingsclass to support new JS library - move
cropStyleandaspectRatioPresetsintoAndroidUiSettingsandIOSUiSettingsfor sake of clean and clarity - refactor
CropAspectRatioPresetto support customized aspect ratio preset
5.0.0 #
- upgrade
httpto v1.0.0
4.0.0 #
- update SKD constraint
- refactor CHANGELOG
3.0.3 #
- support localization on Web
3.0.2 #
- correct
WebSettingsmodel
3.0.1 #
- correct default values of
WebUiSettings
3.0.0 #
- BREAKING CHANGE: move all setting models to platform interface packages
2.0.0-beta.1 #
- BREAKING CHANGE: update result models to support web, replace
FilebyCroppedFile
2.0.0-beta #
- migrate to federated plugins