RunrCorp / mango-rider

A new type of ridesharing app.
2 stars 1 forks source link

Reposition Google Maps buttons #13

Open davidionita opened 4 years ago

davidionita commented 4 years ago

Google Maps has various buttons that are sadly covered up by the slide-up menu and hamburger button in home.dart.

The goal is to either reposition those buttons or, if this is not possible, remove those buttons (possible through Google Maps properties) and create our own buttons that link to the functions of the original ones.

Here are the various buttons that must be moved/accounted for:

Also, these buttons must change position depending on whether the slide-up menu is open or closed. This might be achievable with an animation, but it is really your choice.

micpap25 commented 4 years ago
micpap25 commented 4 years ago

Putting this on hold until a transition to Stateful Widgets happens.