vintage / scratcher

Scratch card widget which temporarily hides content from user.
https://pub.dev/packages/scratcher
MIT License
572 stars 67 forks source link

Scratch image is not showing. #12

Closed dagulri closed 4 years ago

dagulri commented 4 years ago

I cloned it. everything are good working. But Scratch image is not showing. other asset image is good working but only Scratch image is not showing.

I did packages get and upgrade. and try change other file. But Scratch image can not change. (other image is good to change. ex. google.png) and It same with other emulator.

image: Image.asset('assets/scratch.png'),

Screen Shot 2020-07-25 at 9 39 45 AM

Also, Give me some advise for apply network image. Thanks.

vintage commented 4 years ago

Mind to share output of flutter doctor command?

dagulri commented 4 years ago

Mind to share output of flutter doctor command?

here is flutter doctor command.

Screen Shot 2020-07-26 at 5 27 15 AM

vintage commented 4 years ago

The plugin itself is only tested against stable branch of Flutter, which means newest supported version is 1.17.5. Let me know if the issue still occurs on stable channel.

dagulri commented 4 years ago

The plugin itself is only tested against stable branch of Flutter, which means newest supported version is 1.17.5. Let me know if the issue still occurs on stable channel.

Yes, It's work! Thanks.