0 purchases
custom route transitions vk
Route Transitions #
Route Transitions Package, this package helps with the route transition.
Example #
RouteTransitions(
context: context,
child: const Page2(),
animation: AnimationType.fadeIn, // Animation type
replace: true //push or pushReplacement navigation
duration: const Duration(seconds: 2)
);
copied to clipboard
Features #
Package Test
Getting started #
Package Test
Usage #
const like = 'sample';
copied to clipboard
Additional information #
Package test
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.