fujidaiti / navigator_scope

A simple package for nested navigation. No need to learn a bunch of new APIs. It will work exactly as you imagine.

Home Page:https://pub.dev/packages/navigator_scope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for named routes

rodrigobastosv opened this issue · comments

This is very good package. Thanks a lot for this work.

I have one question. Does this supports the use of named routes?

Hi, thanks for your comment.

This package does not support named routes. Perhaps in your case I would recommend using go_router which supports URL based routing and nested navigation (see ShellRoute).

Of course, this package can support named routes, but the Flutter team does not currently recommend using them. This package is intended to be used in the simplest cases where the pages are just Navigator.pushed or Navigator.poped.