route_animation_helper 2.0.0+7 copy "route_animation_helper: ^2.0.0+7" to clipboard
route_animation_helper: ^2.0.0+7 copied to clipboard

RouteAnimationHelper class, assists you to animate your route transitions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add route_animation_helper

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  route_animation_helper: ^2.0.0+7

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:route_animation_helper/route_animation_helper.dart';
10
likes
120
pub points
68%
popularity

Publisher

verified publishergeromino-apps.com

RouteAnimationHelper class, assists you to animate your route transitions.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on route_animation_helper