cross_fade 0.1.1 copy "cross_fade: ^0.1.1" to clipboard
cross_fade: ^0.1.1 copied to clipboard

outdated

A widget to apply a crossfade animation between different states and/or widgets.

pub.dev github likes popularity pub points license

buy me a coffee

If you like this package, please leave a like there on pub.dev and star on GitHub. #

A widget to apply a crossfade animation between different states and/or widgets. It's more flexible than e.g. the official AnimatedCrossFade. Additionally it's really easy to use and efficient.

Examples #

cross_fade_example_1 cross_fade_example_2
cross_fade_example_3

Easy Usage #

CrossFade<int>(
    value: value,
    builder: (context, i) => Text('$i'),
)
15
likes
0
pub points
85%
popularity

Publisher

verified publishersplashbyte.dev

A widget to apply a crossfade animation between different states and/or widgets.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on cross_fade