go_to 0.0.3
go_to: ^0.0.3 copied to clipboard
A simple and advanced navigation package for Flutter applications.
0.0.2 #
- Added author information including website, GitHub, and Fiverr accounts
- Added hashtags to pubspec.yaml for better discoverability
- Updated LICENSE file with proper MIT license
- Fixed analyzer warnings
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