go_transitions 0.3.1
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.buildTransitionsas pageTransitionsBuilder.PageRoute.canTransitionToas canTransitionTo.PageRoute.canTransitionFromas canTransitionFrom.PageRoute.allowSnapshottingas 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
RouteTransitionsBuildertoPageRouteTransitionsBuilderfor consistency withflutter'sPageRouteBuilder. - Added
canTransitionToandcanTransitionFromtoGoTransition.build. - Added
!fullscreenDialogguard as default clause tocanTransitionTo, needed for usingMaterialPageandCupertinoPagetransitions, 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.