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

feat: add bottomSheet page type #155

Open miaosun009 opened 2 weeks ago

miaosun009 commented 2 weeks ago

Added a ModalBottomSheet style page type. Although most of the time, we can use showModalBottomSheet to create BottomSheet pages, using routes allows us to reuse middleware and many other routing features. This is especially suitable for specific scenarios in mobile applications.