vintage / scratcher

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

How to create a multiple keys for multiple scratcher #35

Closed intercretasyo closed 2 years ago

intercretasyo commented 2 years ago

Hi, I have create a multiple scratcher via GridView but my problem is if I use a single global key, an error will occur due to multiple widgets using the same key. How will I create a multiple key depending on the number of items in GridView? Thanks!

intercretasyo commented 2 years ago

I have manage to do it via List. Thanks for this package! It is great!