Johannes Tiefenbrunner

Results 10 comments of Johannes Tiefenbrunner

Same issue. Trying to run in Simulator on iOS 16.4. flutter_downloader: ^1.10.4 In `FlutterDownloaderPlugin.m,` `startBackgroundIsolate`, assertion `registerPlugins != nil` fails My main.dart code: ``` void main() async { WidgetsFlutterBinding.ensureInitialized(); await...

It seems this was a case of RTFM 🤪 Documentation, "3. Configure AppDelegate:" – do what is written there, all is fine...

@zubairehman , plus one on this. This package looks great and your efforts are much appreciated! But I found no explanation on why a logging package would need access to...

Addendum: We created a test app in which we can switch between flutter_inappwebview and webview_flutter. webview_flutter can connect to the server through the VPN, flutter_inappwebview just hangs in the timeout....

Had the same issue. In my case it seems it was a case of RTFM 🤪 Documentation, "3. Configure AppDelegate:" – do what is written there, all is fine...

I ran into this error message too. If I understand correctly, the initialisation of Firebase Push MUST happen in the global scope of the service worker during its initial evaluation...

I ran into the same issue. I also need the Shared Worker to stay alive during page transitions. I am creating a WebSocket connection in it and it would be...

Annotating the class (not just the callback method) worked for me. Initially, from initiating one download I got these all error messages ``` ERROR: To access 'package:kencube/download_controller.dart::DownloadController' from native code,...

Yes, sorry for the unprecise wording. I also in the end had it on both, the callback **and** the class.