declarative_animated_list 0.0.1 copy "declarative_animated_list: ^0.0.1" to clipboard
declarative_animated_list: ^0.0.1 copied to clipboard

outdated

An implementation of animated list widget that will be automatically updated based on different lists snippets. Based on Android's DiffUtil with slight changes to support Flutter's declarative UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add declarative_animated_list

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

dependencies:
  declarative_animated_list: ^0.0.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:declarative_animated_list/declarative_animated_list.dart';
20
likes
0
pub points
73%
popularity

Publisher

unverified uploader

An implementation of animated list widget that will be automatically updated based on different lists snippets. Based on Android's DiffUtil with slight changes to support Flutter's declarative UI.

Homepage
Repository
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on declarative_animated_list