Fordem icon indicating copy to clipboard operation
Fordem copied to clipboard

Navigation System

Open agrinpc opened this issue 3 years ago • 2 comments

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

agrinpc avatar Sep 10 '22 18:09 agrinpc

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.

zanzendegi avatar Nov 14 '22 13:11 zanzendegi

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.

lukas-h avatar Dec 04 '22 11:12 lukas-h