haoyuant
haoyuant
Hi, every time I replug the same device, and call the method below, the `SerialPortCallback` will give me a list with duplicate devices, for example, if I have replugged the...
I want to present each showcase when a specific even arises, instead of going through the whole showcases by clicking. But when I tried `.startShowCase([_one, _two, _three]);`, after this calling...
Is there a way to reset the editor's content so that can the user has a clean start? I think this would be very useful.
In the Flutter, it seems that only few events are fired during DFU, in my case, they are `onDfuProcessStarting`, `onProgressChanged` and `onDfuCompleted`. `onError` gets called in the native layer, but...
It seems that `padding` actually adds padding around each step, but for the leading and trailing steps, I don't want the padding because it makes my layout wrong. Is there...