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

outdated

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

pub.flutter-io.cn github likes popularity pub points license

buy me a coffee

If you like this package, please leave a like there on pub.flutter-io.cn 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'),
)
18
likes
0
points
695
downloads

Publisher

verified publishersplashbyte.dev

Weekly Downloads

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