Jaime Blasco
Jaime Blasco
Now the route is a PageRoute that supports Hero animations
I think that is is not animated because we are using CupertinoTheme widget, we should take care of the animation ourselves in a way similar to AnimatedTheme
Could you share some code I could test, please?
It should be fixed by the PR from @LeGoffMael
You can use ClamplingScrollPhysics for the moment, I was planning to create a custom physics that solves this. And you are making a really good point there about the scrollController....
sorry @passsy, I never got to see your comment. Are you still having the same issue? This is probably because the ScrollController is used in multiple scrollviews at the same...
Oh I see, then this issue is not about the navigator, and more Nested scroll views. The problem here is with multiple scroll views using the same scroll controller (Right...
Please, provide an example of the issue that can be reproduced. This behavior should not happen and I am not aware that has been changed in latest releases. You can...
Please, if you can share an example code that has the error and I can use locate the error. That code does not compile for me as has dependencies to...
I have been working on something that will improve this a lot. I will share some more soon