animated_list_plus 0.5.2 copy "animated_list_plus: ^0.5.2" to clipboard
animated_list_plus: ^0.5.2 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.2

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';
126
likes
140
pub points
95%
popularity

Publisher

verified publisherbieker.ninja

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, flutter, meta

More

Packages that depend on animated_list_plus