CCExtractor / beacon

Flutter application to share location with a group. (under development)
56 stars 146 forks source link

Compass Icon covered up by back-button. #209

Open Omegaviv opened 1 year ago

Omegaviv commented 1 year ago

Describe the bug On the hike screen, behind the back button, there is one icon called the compass icon, it provides the direction and gets the map back to its original rotation. This is a very useful full feature but cannot be used currently because the back button on the screen blocks it. See the screenshots and video below for reference.

Images/Videos

https://user-images.githubusercontent.com/86337946/230710473-8fec7e33-96e6-4955-82ed-efe4f2364293.mp4

Solution We can reposition the compass icon below the share button on the right side of the screen, similar to how google maps have placed it, or we can place it at the bottom right.

Open to any other ideas in the comments.

Are you working on this issue? (Yes/No) Yes

theadityaagnihotri commented 6 months ago

Is this issue still open or already resolved? @Omegaviv

vkprogrammer-001 commented 5 months ago

if nobody is working on the issue. can i work on this issue? please assign this issue to me?

aryanA101a commented 5 months ago

@Akshatji800 Currently there is no way in the google_maps_flutter plugin to reposition the compass button. This leaves us with two options either to reposition the back floating action button (does not make sense from UX point of view) or eliminate it in favour of inbuilt back geture/button.