A thin wrapper around Navigator
that visually resizes the child navigator to match the size of the content displayed in the current route. All standard navigation APIs, such as Navigator.push
, Navigator.pop
, named routes, and the Pages API (e.g., go_router, auto_route), can be used with NavigatorResizable
, just as with the regular navigator.
- See /example for the basic usage and practical examples.
- See the API documentation for the detailed description of the
NavigatorResizable
widget.
If you have any questions, feel free to ask them on the discussions page.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request