Cedric

Results 3 comments of Cedric

Related: https://github.com/fluttercommunity/flutter_workmanager/issues/149 https://stackoverflow.com/questions/71115025/flutter-cant-initialize-shared-preferences-with-workmanager (same problem in iOS) http://47.57.228.104/flutter/flutter/issues/93523 I've tried a lot of things but nothing worked.

> See [flutter/flutter#98473](https://github.com/flutter/flutter/issues/98473) This worked for me, thank you sooo much

- I initialize my controller in initState(), - I have Internet permission in my AndroidManifest.xml - and I tested `return InAppWebView()` in my build() functions, without any Exceptions/Errors in the...