turn_page_transition library

Classes

TurnPageAnimation
A widget that provides a page-turning animation.
TurnPageController
TurnPageController is responsible for managing the page state and controlling the page-turning animation for TurnPageView.
TurnPageRoute<T>
A modal route that replaces the entire screen with a Page-Turning transition. You can use it as a MaterialPageRoute replacement.
TurnPageTransition
A widget that provides a page-turning animation.
TurnPageTransitionsTheme
A Theme of transition animation. When you want to unify transitions on all screens, you can easily do so by setting TurnPageTransitionsTheme to pageTransitionsTheme argument of ThemeData.
TurnPageView
The TurnPageView class is a widget likes PageView with a custom page transition animation.

Enums

TurnDirection
The direction in which the pages are turned.