scratcher icon indicating copy to clipboard operation
scratcher copied to clipboard

Replace key with controller approach

Open Ascenio opened this issue 4 years ago • 1 comments

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?

Ascenio avatar Feb 24 '21 21:02 Ascenio

The only advantage was quicker implementation. Adding controller, which is more Flutter friendly approach is definitely a nice to have feature :+1:

vintage avatar Feb 25 '21 09:02 vintage