coordinated_page_route library

Classes

BackwardFadePushRoute
A SlidingFadePushRoute that appears to transition leftwards.
BackwardPushRoute
A SlidingPushRoute that appears to transition leftwards.
CoordinatedPageRoute
A PageRouteBuilder that works with CoordinatedRouteObserver to animate the previous page route's exit in co-ordination with the new route's entrance.
CoordinatedPageRouteImpl
Use this to declare your builder functions directly in the constructor
CoordinatedRouteObserver
A NavigatorObserver that manages the exit transition of a CoordinatedPageRoute.
CoordinatedZoomFadeRoute
A CoordinatedPageRoute whose previous route expands while fading out as the new route expands and fades in.
DownwardFadePushRoute
A SlidingFadePushRoute that appears to transition downwards.
DownwardPushRoute
A SlidingPushRoute that appears to transition downwards.
ForwardFadePushRoute
A SlidingFadePushRoute that appears to transition rightwards.
ForwardPushRoute
A SlidingPushRoute that appears to transition forwards.
SlidingFadePushRoute
A CoordinatedPageRoute that pushes the old route out in the same direction that the new route comes in according to some initialOffset and employs a FadeTransition on both routes.
SlidingPushRoute
A CoordinatedPageRoute that pushes the old route out in the same direction that the new route comes in according to some initialOffset.
UpwardFadePushRoute
A SlidingFadePushRoute that appears to transition upwards.
UpwardPushRoute
A SlidingPushRoute that appears to transition upwards.