route_animation_helper 2.0.0+7 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';