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

Add Bottom Sheet to AppRoutes #152

Open BarashkovaElena opened 1 month ago

BarashkovaElena commented 1 month ago

Is there a way to add bottom sheet as a QRoute? I need to have modal bottom sheet as a part of the current path, so that it is restored during app state restoration. If bottom sheet is added via Navigator, it will not be restored, because qlevar router doesn't know about bottom sheet.

miaosun009 commented 2 weeks ago

@BarashkovaElena Is this what you need? https://github.com/SchabanBo/qlevar_router/pull/155

BarashkovaElena commented 1 week ago

@BarashkovaElena Is this what you need? #155

Looks like it, thank you.