vintage / scratcher

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

BrushSize dinamically changing #14

Closed dariobrux closed 4 years ago

dariobrux commented 4 years ago

Hi,

I have this situation in the same screen:

When I change the brushSize value through the SeekBar, I noticed that all the already scratched portion changes its brush. Instead, I'd like to get only the next scratch with the new brushSize value.

So, is there a way to prevent this situation?

(I'm sorry but I'm new with Flutter, maybe this has already been done).

Thank you very much,

Dario

vintage commented 4 years ago

Hey @dariobrux,

Indeed, there's been a bug how the dynamic brush size is handled. It should work properly in the 1.4.0 release https://pub.dev/packages/scratcher Let me know :)

dariobrux commented 4 years ago

Hi @vintage.

Thank you very much, I've tried with 1.4.0 and it works perfectly!! This is very great. Happy to use this library!

Dario