wowsinfo / WoWs-Info-Seven

WoWs Info is an assistant for World of Warships
https://wows-info.herokuapp.com
MIT License
67 stars 16 forks source link

Navigation improvements #80

Open HenryQuan opened 2 years ago

HenryQuan commented 2 years ago

Before this rewrite, the navigation is done by having a home button at the bottom to go back to home page instantly. This is now removed so we need to come out with a better navigation.

Flutter supports navigation natively. Navigator 2.0 can be something we look into.