custom_transition 0.0.1
custom_transition: ^0.0.1 copied to clipboard
A flutter that help you to make transition easy.
File with heading #
this package is use to make animated transition between page this is first version, I will add other transition soon know whether this package might be useful for them.
Features #
you can make a lot of transition like: , leftToRight, RightToLeft, Scale, ScaleRotate, circleshape ,
Getting started #
this package not need any editing
Usage #
i will give an example.
//you can add duration or use any curve all the animation work with curve
Navigator.push(
context,
CustomAnimatedRoute.animatedroute(
const SecondPage(),
curve: Curves.bounceOut,
animationType: RouteAnimationType.rotate,
),
);
Additional information #
if you have any question connect me.