short_navigation 2.5.3 copy "short_navigation: ^2.5.3" to clipboard
short_navigation: ^2.5.3 copied to clipboard

A lightweight Flutter navigation package that allows navigating between routes without requiring BuildContext.

2.5.3 #

  • Support Animations [SlideTransition, FadeTransition, ScaleTransition, RotationTransition, SizeTransition]

  • Support new Routes [DialogRoute, RawDialogRoute, PageRouteBuilder, ModalBottomSheetRoute]

  • Support passing T to Routes and return values

  • Support global access to [Anything.of(context)] using class [Gof]

  • Support show [dialog, bottomSheet, snackBar, and materialBanner] using class [GoMessenger]

  • Version 2.2.0

  • Editing three animation routes classes [GoRotation, GoScale, GoSize]

  • We added an alignment parameter to [GoRotation, GoScale]

  • and added another two [SizeDirection] in GoSize (right & left)

  • Version 2.2.2

  • Add canBack() function

  • Version 2.2.3

  • Add default value for backUntil function

  • We made it to back to the first route by default

  • Version 2.3.0

  • Handling navigation exceptions by printing red logs or showing dialog to explain error clearly

  • Version 2.4.0

  • Change Go.toNameRemoveAll to Go.toNameRemoveUntil to be more clear

  • Version 2.5.0

  • Added GoTransitions and support multi animation transition effects at the same navigation statment

  • Fixed _handleNavigationError to show navigation errors in debug console clearly

45
likes
160
points
130
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter navigation package that allows navigating between routes without requiring BuildContext.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on short_navigation