scratcher
scratcher copied to clipboard
Replace key with controller approach
I was looking at the docs and I just noticed that the package allows the client to control it programmatically by using keys instead of a controller. Was there any reason to choose one over the other?
The only advantage was quicker implementation. Adding controller, which is more Flutter friendly approach is definitely a nice to have feature :+1: