coast library

Classes

Beach
See Coast
Coast
A wrapper of PageView that support observation of transitions between pages.
CoastController
CoastObserver
CoastState
Crab
Analogue of Hero but for Coast and Beach's instead of for Navigator and Route's. The implementation is mostly adapted for Hero and related classes.
CrabController
Adapted from HeroController, animates matching Crab's when transitioning between Beaches.
TransitionAnimation

Typedefs

CrabFlightShuttleBuilder = Widget Function(BuildContext flightContext, Animation<double> animation, BeachTransitionDirection direction, BuildContext fromCrabContext, BuildContext? toCrabContext)
A function that lets Crabs self supply a Widget that is shown during the crabs's walk from one beach to another instead of default (which is to show the destination beach's instance of the Crab).