image_cropper_platform_interface 7.0.0 image_cropper_platform_interface: ^7.0.0 copied to clipboard
A common platform interface for the image_cropper plugin.
7.0.0 #
- relax flutter version constraints
- iOS: introduce
iOSUiSettings.embedInNavigationController
to support add2app environments
6.1.0 #
- replace deprecated API (
UnmodifiableUint8ListView
byasUnmodifiableView
) - increase Dart SDK constraints (
>=3.3.0
)
6.0.3 #
- Web: fix the issue of
WebDialogBuilder
, should returnWidget
instead ofDialog
6.0.2 #
- Web: fix bug cropper not get correct container's size
6.0.1 #
- add
backIcon
property inWebThemeData
to support customization ofAppBar.leading
inCropperPage
6.0.0 #
- refactor
WebUiSettings
class to support new JS library - move
cropStyle
andaspectRatioPresets
intoAndroidUiSettings
andIOSUiSettings
for sake of clean and clarity - refactor
CropAspectRatioPreset
to support customized aspect ratio preset
5.0.0 #
- upgrade
http
to v1.0.0
4.0.0 #
- update SKD constraint
- refactor CHANGELOG
3.0.3 #
- support localization on Web
3.0.2 #
- correct
WebSettings
model
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
File
byCroppedFile
2.0.0-beta #
- migrate to federated plugins