Schaban Bochi

Results 23 comments of Schaban Bochi

Hi @abdojay @manish1238, I write an [example](https://github.com/SchabanBo/qr_samples/blob/main/lib/common_cases/tab_view.dart) on how to use TabView with qlevar_router. Can you please check it out and see if this what you wanted? I will close...

Hi @RoyGuanyu, I am glad you liked it. Thanks. Unemotionally, this is not supported yet, but this will be a good idea to implement. I will try to implement this...

Hi @hiroppi401, Thanks, I'm glad you liked it. To do what you are looking for, you can use middleware with 'CanPop' or with 'OnExit' Check this: ![here](https://github.com/SchabanBo/qlevar_router/blob/master/example/assets/middleware.png?raw=true) After the page...

Hi @tejHackerDEV, That is right, at this time the observer is only assigned for the root navigator. I will change this, so you can pass an observer for every nested...

Hi @tejHackerDEV, I made an example on what did you describe. And it is work as expected. Can you check this? Example ```dart import 'package:flutter/material.dart'; import 'package:qlevar_router/qlevar_router.dart'; void main() {...

When you run the app, the package adds all name in a unique list as Tree Info to the routes in the app. When you use the same name for...

I don't think that would be a good idea, Every page should have a single unique route, if the route is different, that is mean this is a different page.

You can use QR.to for this case, or give the productDetail page a different name on every level.

Hi @tejHackerDEV, I think it is just a cache problem and not a problem with the package. I had a similar issue with the main.dart.js and solved it with [this](https://github.com/flutter/flutter/issues/57964#issuecomment-811305767),...