Luka S
Luka S
@monsieurtanuki I believe it was while we were messing about with the feature layer painting that `origin` ended up in `FeatureLayerUtils`. In this PR, I've removed it because I couldn't...
Hi @TraceDeTrail, Please post the exact error message. The provided reproduction information is not sufficient: please say your exact reproduction steps, or attach all necessary exported stores so I can...
The issue looks like a potential ObjectBox issue, very similar to https://github.com/objectbox/objectbox-dart/issues/379. I wonder whether the fix/`Store.attach` (which FMTC does indeed use) has broken down. This needs further investigation. Is...
Hi @TraceDeTrail, Thanks for that info, it's quite helpful. To file an ObjectBox report I need a couple more things. Can you try getting the following info: > - Logs...
Thanks, that looks useful. Interestingly, there is no reference to 'ObjectBox' there, only 'path_provider_foundation'. Is this the same crash the initially reported one where it seemed to crash on this...
Issue filed to 'path_provider': https://github.com/flutter/flutter/issues/151072.
Issue filed to ObjectBox: https://github.com/objectbox/objectbox-dart/issues/654.
Does this issue occur in release mode? Does it occur when you install the app in debug mode, then detach the debugger and Flutter tools, and just try to open...
I would appriciate any additional information!
Can anyone experiencing this issue please try the following: 1. Add the following dependency override to your pubspec.yaml, then run `flutter clean` followed by `flutter pub get`: ```yaml dependency_overrides: flutter_map_tile_caching:...