Rubén López

Results 6 comments of Rubén López

> > is there any alternative while waiting for this? > > The "ugly" way of doing it currently is to set a fixed width to your TreeView: > >...

In our case the reason why `popUntil` causes an infinite loop is that we are using `go_router_builder` to generate routes, and the generated code calls this static method in `route_data.dart`...

The `analyzer` dependency was changed to `6.0.0` which introduces many breaking changes. The project right now does not compile. I think that change should be reverted.

> If you have any other suggestions on how to split the routing into multiple files, I'm happy to try it out. :-) Hi @ManuelRauber, Check out my solution [here](https://github.com/flutter/flutter/issues/122258#issuecomment-2887087632).

> > > If you have any other suggestions on how to split the routing into multiple files, I'm happy to try it out. :-) > > > > >...