image_cropper_gdx_plus_for_web 1.0.0
image_cropper_gdx_plus_for_web: ^1.0.0 copied to clipboard
Web implementation of the community-maintained image_cropper_gdx_plus plugin.
1.0.0 #
- Initial Web implementation release for
image_cropper_gdx_plus. - Renamed the federated Web and platform-interface package dependencies.
- Continued Cropper.js-based Web support with a minimum of Flutter 3.28 and Dart 3.6.
Upstream history (image_cropper_for_web) #
7.0.0 #
- update to the latest
image_cropper_platform_interface
6.1.0 #
- update to the latest
image_cropper_platform_interface
6.0.2 #
- correct constraints of flutter version (>= 3.22.0)
6.0.1 #
- use >=0.5.0 < 2.0.0 version range for package:web.
6.0.0 #
- upgrade
webdependency - relax flutter version constraints
- ugrapde
platform_intefracedependency
5.0.4 #
- support image compress type (jpg or png)
5.0.3 #
- update to the latest
image_cropper_platform_interface
5.0.2 #
- improve cropper UI
5.0.1 #
- fix bug cropper not get correct container's size
- improve cropper UI
5.0.0 #
- refactor plugin to use
Cropperjsinstead ofcroppie - BREAKING CHANGES:
WebUiSettingsis totally re-implemented. See plugin document for more details
4.0.0 #
- upgrade JS package to v0.7
3.0.0 #
- upgrade
httpto v1.0.0
2.0.0 #
- update SDK constraint
- refactor CHANGELOG
1.0.3 #
- support localization on Web
1.0.2 #
- correct
WebSettingsmodel
1.0.1 #
- correct default values of
WebUiSettings
1.0.0 #
- BREAKING CHANGE: move all setting models to platform interface packages
0.0.4 #
- correct importing JS library
0.0.3 #
- fix missing pubspec config
0.0.2 #
- support rotate image
0.0.1 #
- initial release for web support