animated_list_plus 0.5.1 copy "animated_list_plus: ^0.5.1" to clipboard
animated_list_plus: ^0.5.1 copied to clipboard

A Flutter ListView that implicitly animates between the changes of two lists with the support to reorder its items.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animated_list_plus

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

dependencies:
  animated_list_plus: ^0.5.1

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_list_plus/animated_list_plus.dart';
173
likes
160
points
20k
downloads

Publisher

verified publisherbieker.ninja

Weekly Downloads

A Flutter ListView that implicitly animates between the changes of two lists with the support to reorder its items.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

async, flutter, meta

More

Packages that depend on animated_list_plus