Lyokone / flutterlocation

A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.
MIT License
1.1k stars 809 forks source link

Fixr: ios16 Location.getLocation #782

Open jieun8206 opened 1 year ago

jieun8206 commented 1 year ago

ios 16.

requested "location.getLocation()"

console is This method can cause UI unresponsiveness if invoked on the main thread. '-locationManagerDidChangeAuthorization:' callback and checking 'authroizationStatus' first.

cosmosdesigner commented 1 year ago

Hello, any news @Lyokone ? This bug is causing some erros on apple center. Thank you for your time.

Nader822 commented 1 year ago

U[@]()

luvishq commented 1 year ago

any updates ?

elninho22 commented 1 year ago

+1 we have a forecast for a solution the impact is gigantic.

xunreal75 commented 1 year ago

Please use another permissions package to check location rights like https://pub.dev/packages/permission_handler

The package seems dead at the moment. No answers by developer or contributors.

elninho22 commented 1 year ago

Use outro pacote de permissões para verificar os direitos de localização, como https://pub.dev/packages/permission_handler

O pacote parece morto no momento. Nenhuma resposta do desenvolvedor ou contribuidor.

Yes, I already use this package. but I still have problems and not getting the location of the user.