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

Manual Location Support #15

Closed hamadkhan0099 closed 3 years ago

hamadkhan0099 commented 3 years ago

@medyas bro how can we modify it for manual latitude and longitude? Can you provide some urgent support, it will be appreciated.

medyas commented 3 years ago

you will need the heading to find Qibla direction

medyas commented 3 years ago

if you want to input the lat/lng then you can use the flutter_compass directly and calculate the angle

hamadkhan0099 commented 3 years ago

@medyas bro i am very new to flutter can you help me for manual location of qiblah with coding example because i am stuck with location stream which you have used. If you provide code of it, it will be appreciated 😊

medyas commented 3 years ago

unfortunately, i don't have time. but you can check the source of the plugin and use flutter_compass directly.