go_to 0.0.2
go_to: ^0.0.2 copied to clipboard
A simple and advanced navigation package for Flutter applications.
0.0.1 #
- Initial release
- Added simple navigation methods (
GoTo.screen,GoTo.named,GoTo.back,GoTo.first) - Added advanced navigation with custom transitions
- Added extension methods for
BuildContext - Added
GoToNavigatorwidget for advanced navigation control - Added multiple transition animations (fade, slide from any direction)
- Added support for named routes
- Added ability to go back multiple screens at once
- Added option to replace current screen during navigation