automatic_animated_list 1.1.0 copy "automatic_animated_list: ^1.1.0" to clipboard
automatic_animated_list: ^1.1.0 copied to clipboard

AnimatedList which computes the item deltas each time the underlying list gets updated, and animates the list tiles automatically.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add automatic_animated_list

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

dependencies:
  automatic_animated_list: ^1.1.0

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:automatic_animated_list/automatic_animated_list.dart';
35
likes
100
pub points
89%
popularity

Publisher

unverified uploader

AnimatedList which computes the item deltas each time the underlying list gets updated, and animates the list tiles automatically.

Homepage

Documentation

API reference

License

unknown (LICENSE)

Dependencies

diffutil_dart, flutter

More

Packages that depend on automatic_animated_list