cormalenv

Results 8 comments of cormalenv

@jeanantoine So you are suggesting that the plugin has a bug and needs updating as well as documentation?

Same problem here. Is this a dead end? Happy to provide further details if needed but it looks like everything has already been provided. EDIT: Note that the example does...

I have updated the plugin [here](https://github.com/cormalenv/flutter_plugin_installer) that fixes this issue. Its not a registered plugin as I plan to submit a PR back here when I get a chance. If...

> Part of the issue is the plugins current APIs. > > `registerPeriodicTask` is indeed not working on iOS, because there is no equivalent. > > The new BG task...

> Man forget periodic, I cannot even do OneOff task on iOS. Hope they fix this soon. https://github.com/fluttercommunity/flutter_workmanager/issues/357#issuecomment-1028842173

I'm a bit confused by this. Is it actually possible to register one of tasks on iOS? I was under the impression this is an Android only function as described...

@saad197 IMHO sort of.... From what I can tell forget timed scheduling/one of tasks in iOS. Initialising the background service and handing off to the OS is all that can...

> @cormalenv so my question is how do I make the plugin work at all with iOS? Because as stated even when initialized without any errors it does not actually...