memarv

Results 6 comments of memarv
trafficstars

I have tested this feature and it's working very well. I think in pubspec.yaml should be: ``` dependency_overrides: geolocator: git: url: git://github.com/rickcasson/flutter-geolocator.git path: geolocator ref: nmea geolocator_platform_interface: git: url: git://github.com/rickcasson/flutter-geolocator.git...

Hi @mehdok When system tries to restart foreground service (example after power manager app kills process) I get similar errors and service doesn't start: `java.lang.UnsatisfiedLinkError: No implementation found for io.flutter.view.FlutterCallbackInformation...

Hi @Wackymax, I have tried this feature on the new Geolocator release (9.0.2) on Android 10 (physical device). I use it like this: `Geolocator.getPositionStream(locationSettings: new AndroidSettings(accuracy: LocationAccuracy.best, distanceFilter: 2, useMSLAltitude:...

Thank you. I think it's voids. I've realized that http://viewfinderpanoramas.org/dem3/M34.zip has two versions of N49E019.hgt and N49E020.hgt but both seem to be corrupted. Do you know another .hgt files sources?

@bartekpacia This is very important PR. This plugin with required ACCESS_BACKGROUND_LOCATION permissions is useless in most cases. If this solution is wrong, you need to find another way to solve...