Jannis Nikou
Jannis Nikou
What is the size of the json file for this? I actually landed here looking for the same answer as I experienced the same issues. Noticably, it seem large json...
Just noticed you've attached the json to the issue, looks like it's only 6kb.. so much for my theory that file size had anything to do with it...
Is there any update regarding plans for this?
@ElAdrixHD Thanks, this does seem to fix the build issues!
@CharmisG Yeah, the solution provided by @ElAdrixHD resolves the problem for me 👍
@ryanheise What I noticed on iOS is that including a header in the URL request causes an enormous spike in the CPU usage: From around 8% to 140%, with energy...
We've been experiencing this issue (or at least a version of it) in some of our projects. I created a sample project in [this](https://github.com/jannisnikoy/flutter-keyboard-demo) repository. While the behavior seems the...
I've encountered various versions of this issue in a project we're working on. We ended up taking an aggressive approach of utilizing HtmlElementView with a DivElement for input fields, which...
At least on Flutter 3.10; with the latest version of this library; it still crashes on launch when running in release mode: `E/AndroidRuntime(13139): java.lang.RuntimeException: Unable to start service yukams.app.background_locator_2.IsolateHolderService@*** with...
After doing some digging, I did found a way to prevent the app from crashing; by changing LocationCallbackHandler.callback to the following on the `registerLocationUpdate` init: ``` BackgroundLocator.registerLocationUpdate((params) async { LocationServiceRepository...