ripple_backdrop_animate_route 0.1.2
ripple_backdrop_animate_route: ^0.1.2 copied to clipboard
A ripple animation with backdrop of route. This will create a transparent page with a ripple backdrop animation to animate the widgets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ripple_backdrop_animate_routeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ripple_backdrop_animate_route: ^0.1.2Alternatively, 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:ripple_backdrop_animate_route/ripple_backdrop_animate_route.dart';