go_transitions 0.3.1 copy "go_transitions: ^0.3.1" to clipboard
go_transitions: ^0.3.1 copied to clipboard

Easily create, combine and apply transitions to routes with GoTransitions.

Changelog #

0.3.1 #

  • Improved location matcher for GoTransition.build.

0.3.0 #

Introduces GoTransitionPage, an extended CustomTransitionPage with:

  • PageTransitionsBuilder.buildTransitions as pageTransitionsBuilder.
  • PageRoute.canTransitionTo as canTransitionTo.
  • PageRoute.canTransitionFrom as canTransitionFrom.
  • PageRoute.allowSnapshotting as allowSnapshottting.

0.2.0 #

Flutter works with Widget Function(PageRoute, BuildContext, Animation<double>, Animation<double>, Widget) signature. This release changes the signature of GoTransition.builder to match this.

  • Upgraded RouteTransitionsBuilder to PageRouteTransitionsBuilder for consistency with flutter's PageRouteBuilder.
  • Added canTransitionTo and canTransitionFrom to GoTransition.build.
  • Added !fullscreenDialog guard as default clause to canTransitionTo, needed for using MaterialPage and CupertinoPage transitions, so it won't perform undesired outgoing transition when the next route is a fullscreen dialog.
  • Hide protected api.
  • Updated README.md.

0.1.0 #

  • Initial release.
49
likes
0
points
4.48k
downloads

Publisher

verified publisherbranvier.com

Weekly Downloads

Easily create, combine and apply transitions to routes with GoTransitions.

Homepage
Repository (GitHub)
View/report issues

Topics

#go-router #page #transition #transitions

License

unknown (license)

Dependencies

flutter, go_router

More

Packages that depend on go_transitions