medyas / flutter_qiblah

Flutter Qiblah is a plugin that allows you to display Qiblah direction in you app with support for both Android and iOS.
https://pub.dev/packages/flutter_qiblah
MIT License
127 stars 91 forks source link

"allow location while using the app" #3

Closed domizilver closed 4 years ago

domizilver commented 4 years ago

the compass doesnt work when i choose "allow while using the app". it works on when i choose "allow all the time"

medyas commented 4 years ago

We use the Geolocator plugin, and getting the position stream requires allow all the time but its not being used while the app is closed or the screen where the plugin lives is closed.