-
Notifications
You must be signed in to change notification settings - Fork 19
feat: Real-time location on the map #1726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (60%) is below the target coverage (70%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #1726 +/- ##
=======================================
Coverage 60% 60%
=======================================
Files 2 2
Lines 81 81
=======================================
Hits 48 48
Misses 33 33 🚀 New features to boost your workflow:
|
pedroafmonteiro
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Works as expected, but consider these changes:
- disable de proximity circle around the main location dot.
- change the location dot color and the gyroscope color to uni red.
Apart from that, one member with an iOS device will take on this PR to fix the permissions on those devices. Thanks!
also added some automatic changes to other ios files
|
i added the necessary permissions for ios and everything seems to be working well, i'll test everything better at feup tomorrow 🫡 |

Closes #1708
Shows the real-time location of the user on the map.
ℹ️ The package
flutter_map_location_markerwas added, as reccomended on the flutter_map website.Demo (apologise for the lag - video was made on the emulator):
user_location.webm
Review checklist
View Changes
Performance