Elena

Results 7 issues of Elena

**Describe the bug** When BeamGuard is applied, BeamerDelegate configuration is left incorrect if BeamGuard redirects on the same page we are currently on. A visible result of this is wrong...

I have an issue with restoring nested navigation state, if nested route has children. In my test app there is nested navigation with 3 tabs. `@AutoRouterConfig(replaceInRouteName: 'Screen|Page,Route') class AppRouter extends...

I have an issue with restoring navigation state. In my test app there is a couple of pages. Sign-up page is initial. ``` @AutoRouterConfig(replaceInRouteName: 'Screen|Page,Route') class AppRouter extends RootStackRouter {...

I have an issue with restoring navigation state. In my test app there is a couple of pages. Sign-in page is initial. ``` @AutoRouterConfig(replaceInRouteName: 'Screen|Page,Route') class AppRouter extends RootStackRouter {...

qlevar_router allows to return the result from a page this way: `final result = await QR.to('/page', waitForResult: true);` This works fine until we want to support state restoration on android....

waiting for response

I have an issue with state restoration and temporarty router. Here are my routes: ``` class AppRoutes { static List bottomSheetRoutes = [ QRoute( name: bottomSheetExamplePageName, path: bottomSheetExamplePagePath, builder: ()...

enhancement

I cannot figure out how to make replaceLastName work with nested navigation, need some help on that. There is a root navigator and a a nested navigator. I want to...