yellowQ-software / yellowQ-Flutter-Image-Painter

Flutter package for painting on images
MIT License
106 stars 117 forks source link

Image Painter Network Constructor does not setup value for scalable #12

Closed NahuelBiladoniga closed 2 years ago

NahuelBiladoniga commented 2 years ago

Image Painter network constructor does not setup value for attribute isScalable. This causes issues with ImagePainterTransformer because isScalable has a null assertion.

image image

lively-bigyan commented 2 years ago

Thank you for opening up the issue. I will take care of it.

NahuelBiladoniga commented 2 years ago

Thank you!