custom_transition 0.0.1 copy "custom_transition: ^0.0.1" to clipboard
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.

3
likes
120
points
35
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A flutter that help you to make transition easy.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on custom_transition