Zverik / every_door

A dedicated app for collecting thousands of POI for OpenStreetMap
https://every-door.app
ISC License
407 stars 35 forks source link

Draw compass direction #255

Open deevroman opened 2 years ago

deevroman commented 2 years ago
Examples
![Screenshot_20220614-205521_StreetComplete](https://user-images.githubusercontent.com/25708359/173657467-8cf98990-421e-44cb-8711-7d32ca6113ef.jpg) ![Screenshot_20220614-205558_YandexMaps](https://user-images.githubusercontent.com/25708359/173657483-bd23af3e-c172-4852-816d-c563e9566fcf.jpg) ![Screenshot_20220614-205643_Vespucci](https://user-images.githubusercontent.com/25708359/173657493-0a38725d-a1f9-4faf-95e0-4d50402f00d3.jpg)
Zverik commented 2 years ago

https://pub.dev/packages/flutter_compass

mnalis commented 2 years ago

Absolutely, I just arrived to request that too. It is often very hard to successfully orient oneself without knowing which direction are you facing.

Zverik commented 2 years ago

Turns out getting a heading from sensors is quite hard. And I cannot use the flutter_compass library because it rises the minimum supported Android version to 6.0. Postponing this until I have time.