kekland / croppy

A fully customizable image cropper for Flutter, in Flutter
MIT License
105 stars 30 forks source link

Supporting Texture #35

Open hankyungs opened 6 months ago

hankyungs commented 6 months ago

Not work set Texture as a child of AnimatedCroppableImageViewport

kekland commented 3 months ago

Hi! To clarify, are you trying to use an external texture (i.e. the Texture widget) as a child of the viewport? I'm not sure if that's supported yet, as the package relies on an ImageProvider to provide an image to crop.

Please share a code example so I can run it on my end and see what's going wrong.