go_transitions 0.2.0
go_transitions: ^0.2.0 copied to clipboard
Easily create, combine and apply transitions to routes with GoTransitions.
Changelog #
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.