widget_fader 0.0.5 copy "widget_fader: ^0.0.5" to clipboard
widget_fader: ^0.0.5 copied to clipboard

outdated

Cross-fades widgets in both directions, automatically or not.

widget_fader #

Cross-fades widgets in both directions, automatically or not.

Installation #

Add widget_fader: ^0.0.5 in your pubspec.yaml dependencies. And import it:

import 'package:widget_fader/widget_fader.dart';

How to use #

WidgetFader(
    children: List.generate(
        3, 
        (i) => Container(
            color: [Colors.red, Colors.green, Colors.blue][i]
        )
    ),
    reverse: true,
    fadeDuration: 1000,
    pauseDuration: 2000,
);

Future functionality #

  • swipe to fade
0
likes
0
pub points
22%
popularity

Publisher

unverified uploader

Cross-fades widgets in both directions, automatically or not.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on widget_fader