animated_cross_fade_plus 0.0.4 copy "animated_cross_fade_plus: ^0.0.4" to clipboard
animated_cross_fade_plus: ^0.0.4 copied to clipboard

A Flutter package that provides an enhanced version of AnimatedCrossFade with support for multiple children and customizable animations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animated_cross_fade_plus

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  animated_cross_fade_plus: ^0.0.4

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:animated_cross_fade_plus/animated_cross_fade_plus.dart';
7
likes
160
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides an enhanced version of AnimatedCrossFade with support for multiple children and customizable animations.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on animated_cross_fade_plus