ripple_backdrop_animate_route 1.1.0 ripple_backdrop_animate_route: ^1.1.0 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. You can place any widgets inside can customize the effect.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ripple_backdrop_animate_route
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
ripple_backdrop_animate_route: ^1.1.0
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:ripple_backdrop_animate_route/ripple_backdrop_animate_route.dart';