ripple_backdrop_animate_route 0.1.2 copy "ripple_backdrop_animate_route: ^0.1.2" to clipboard
ripple_backdrop_animate_route: ^0.1.2 copied to clipboard

outdated

A ripple animation with backdrop of route. This will create a transparent page with a ripple backdrop animation to animate the widgets.

ripple_backdrop_animate_route #

pub package GitHub stars GitHub forks GitHub license GitHub issues FlutterCandies

A ripple animation with backdrop of route.

Screenshot:

Getting Started #

Example Usage #

import 'package:ripple_backdrop_animate_route/ripple_backdrop_animate_route.dart';

/.../

Navigator.of(context).push(TransparentRoute(
  builder: (context) => RippleBackdropAnimatePage(
    child: Column(
      mainAxisAlignment: MainAxisAlignment.end,
      children: <Widget>[
        Text("This is ripple backdrop animate page."),
      ],
    ),
    childFade: true,
    duration: 300,
    blurRadius: 20.0,
    bottomButton: Icon(Icons.visibility),
    bottomHeight: 60.0,
    bottomButtonRotate: false,
  ),
));

/.../

Parameters #

parameter description default
child Child for page. -
childFade When enabled, [child] will fade in when animation is going and fade out when popping. false
duration Animation's duration, including [Navigator.push], [Navigator.pop]. 300
blurRadius Blur radius for [BackdropFilter]. 20.0
bottomButton [Widget] for bottom of the page. -
bottomHeight The height which [bottomButton] will occupy. kBottomNavigationBarHeight
bottomButtonRotate When enabled, [bottomButton] will rotate when to animation is going. true
bottomButtonRotateDegree The degree which [bottomButton] will rotate. 45.0
34
likes
0
pub points
60%
popularity

Publisher

verified publisherfluttercandies.com

A ripple animation with backdrop of route. This will create a transparent page with a ripple backdrop animation to animate the widgets.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on ripple_backdrop_animate_route