I try tow plugin to find location in an app that work on mobile and android TV but with no luck.
Twice work fine on mobile but hang on Android TV. I try emulator and a real TV.
in V4.4.0 and 5.0.0-dev.8
V5 Hang in onChangeLocation function from GooglePlayServicesLocationProvider.java (null object) but randomly give a location if accuracy is set to low.
hang with this error :
E/AndroidRuntime( 3578): Caused by: com.google.android.gms.common.api.ApiException: 10: Not implemented on this platform. E/AndroidRuntime( 3578): at com.google.android.gms.common.internal.ApiExceptionUtil.fromStatus(com.google.android.gms:play-services-base@@18.1.0:3)
according to this question ther is no provider. But if i understand Flutter-Location plugin try differant way GPS Google service and network provider in V5. but V5 is in dev and crash my app when no location where find.
Is there another plugin or other way to get location on Android TV.
Thanks for your help