insta_assets_crop 0.1.0 insta_assets_crop: ^0.1.0 copied to clipboard
A flutter plugin to crop image in insta_assets_picker package. Fork of image_crop package.
Image crop for insta_assets_picker package #
Warning This repository is a fork from image_crop and was modified to work with insta_assets_picker package. This means that this repository will only be updated for the means of this package. I don't recommend using it in your project as it probably won't be updated except for the insta_assets_picker requirement.
Changes #
Contains all the changes needed in order to work with the insta_assets_picker
library :
- #75: fix sample image on android
- #77: disable initial magnification
- #95: new
disableResize
parameter - #96: new
backgroundColor
parameter - #97: new
placeholderWidget
&onLoading
parameters - #98: new
initialParam
parameter to initialize view programmatically - #104: add to support to Flutter 3.10.x
- f34bfef: fix issue on aspect ratio change, no PR made because it might not be the best fix
- 8fb0bc0: fix issue with GIF, no PR for this yet since it is specific to GIF extended image provider
- c60f3a1: fix compatibility with AGP 8.0
- #3: replace
image
withchild
&size
parameters. Allow any widget to be shown in the crop view.
Note #
Thanks to lykhonis who developed image_crop. If the original package happen to be updated, this could be deleted.