yellowQ-software / yellowQ-Flutter-Image-Painter

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

what's the 'scaleEnabled != null': is not true.When l try to using ImagePainter.network #21

Closed honv177 closed 2 years ago

honv177 commented 2 years ago

In ImagePainter.network,however I do it does error and the bug is 'scaleEnabled != null': is not true

honv177 commented 2 years ago

l meet this problem in v0.3.2, and now using v0.4.4+1,the problem was solved,because in factory ImagePainter.network,the isScalable is null,but other factory has isScalable scalable ?? false, l add val for factory ImagePainter.network 's property isScalable like other factory