auto_route_library icon indicating copy to clipboard operation
auto_route_library copied to clipboard

add shallow routing

Open tomasweigenast opened this issue 7 months ago • 0 comments

It could be a nice feature to have. It is based on the NextJs routing system that allows pushing a new route without reloading the page completely: https://nextjs.org/docs/pages/building-your-application/routing/linking-and-navigating#shallow-routing

maybe something like: context.navigateTo(const CounterPage(), shallow: true); being the current route CounterPage obviously.

tomasweigenast avatar Dec 29 '23 14:12 tomasweigenast