Last updated:
0 purchases
route transition yr
Route Transition #
This package helps the transition of routes.
usage example #
import 'package:route_transition_yr/route_transition_yr.dart';
RouteTransitions(
context: context, // BuildContext
child: Page2Screen(), // Page Widget
animation: AnimationType.fadeInUp, // Animation Type
duration: const Duration( milliseconds: 900 ), // Duration
alignment: Alignment.topLeft,
replacement: true,
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.