ryanheise
ryanheise
Hi @ajsatam , are you referring to Android?
Hi @ajsatam , this feature isn't currently implemented and I haven't looked into how it might be done. Although I'd be happy to implement it if you can point me...
Ah, sorry I missed a word. I meant "specific iOS API".
Related to #633
Can you confirm that this is the unmodified official example? Does the bug also occur on the `one-isolate` branch?
According to @keaganhilliard in #457 there are some known issues with Safari, so for the moment this would not work for you currently. That being said, if you need a...
I have merged #632 so one thing you may try is overriding the platform manually to the new noop platform.
I'm not sure if this is possible in Flutter because the platform lifecycle events, at least in Android, are synchronous, while platform channels are asynchronous. So when `onDestroy` fires, it...
I would be more inclined to let the app manage debouncing rather than the plugin. The Android APIs similarly don't stop you from doing bad things, but it is up...