Navigation System
In forDem there are the following items which one way or another deal with navigation:
-
Bottom Navigation bar
-
Static navigation i.e to a topic or a profile page
-
Dynamic navigation
-
Link to a search query i.e fordem.org/s=TERM or a gategory
-
Deep linking
Resources: Navigation https://medium.com/flutter/getting-to-the-bottom-of-navigation-in-flutter-b3e440b9386 - Link to a search query i.e fordem.org/s=TERM
It would be pretty much helpful if we can have links to profile pages and discussions. So
Static navigation i.e to a topic or a profile page
Is the one I like more.
We should make this discussion a bit broader:
- Do we want to use Navigator 1.0?
- With named routes?
- With imperative navigation?
- Should we use Navigator 2.0? (I would heavily recommend)
- Should we use a navigation library, based on Navigator 2.0? e.g. fluro or go_router (go_router is an official package)
I would recommend vanilla Nav. 2.0, but go_router is also cool, but not as flexible.