SchabanBo / qlevar_router

Manage you project Routes. Create nested routes. Simply navigation without context to your pages. Change only one sub widget in your page when navigating to new route.
MIT License
86 stars 22 forks source link

RouteMock for name #148

Closed SchabanBo closed 4 months ago

SchabanBo commented 4 months ago

When using RouteMock with name it is always return error because when comparing same route the route name will not be found

 final isPathFound = QR.treeInfo.namePath[name];