automatic_animated_list 1.1.0 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';