cube_transition_plus library

Classes

CubePageRoute
This is a Custom page route we use to simulate the 3D Cubic transition from page to page It should be used with the Navigator
CubePageView
This Widget has the PageView widget inside. It works in two modes : 1 - Using the default constructor CubePageView passing the items in children property. 2 - Using the factory constructor CubePageView.builder passing a itemBuilder and itemCount properties.
CubeWidget
This widget has the logic to do the 3D cube transformation It only should be used if you use CubePageView.builder

Functions

degToRad(double deg) double
radToDeg(double rad) double

Typedefs

CubeWidgetBuilder = CubeWidget Function(BuildContext context, int index, double pageNotifier)
Signature for a function that creates a widget for a given index in a CubePageView