yellowQ-software / yellowQ-Flutter-Image-Painter

Flutter package for painting on images
MIT License
108 stars 119 forks source link

Widget keep loading... #69

Closed luke1128qq closed 11 months ago

luke1128qq commented 11 months ago

I import "image_painter: ^0.6.1" to my FlutterFlow project , but when I run it in "Test Mode" , it only shows the loading circle screen, and there are no error messages displayed

img

01

02

lively-bigyan commented 11 months ago

It seems like you are using Flutterflow platform. Since this library is written and tested on the Flutter development environment, we cannot debug the issues on 3rd party frameworks. Please give it a try with flutter development environment and see if you run into same or similar issue.

lcundiff commented 10 months ago

@luke1128qq Did you find a fix for this? Is because the image parameter is looking for the sample image?

luke1128qq commented 10 months ago

Did you find a fix for this? Is because the image parameter is looking for the sample image?

I couldn't resolve this bug in FlutterFlow, so eventually, I gave up on incorporating this package.