shell_route_transitions library

Shell Route Transitions

A Flutter package that provides beautiful and customizable transitions for shell routes in Flutter applications.

Typedefs

CustomRouteTransitionBuilder = Widget Function({required Animation<double> animation, required Widget child, required int currentIndex, required int index, required int nextIndex})