Nazareno Cavazzon
Nazareno Cavazzon
It adds a new Axis? parameter to the Interactive Viewer called panningDirection that let's you lock the panning to a certain axis. Fixes https://github.com/flutter/flutter/issues/108935 ## Pre-launch Checklist - [x] I...
In this PR I'm adding 2 new methods, pushAsync and pushNamedAsync, that allows you to wait for a value when the widget pushed pops, like in navigator 1.0. Fixes https://github.com/flutter/flutter/issues/99663....
In this PR I'm modifying the push and pushNamed by making them return a Future, and using completers to make the users able to return an wait values from within...