Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add autolist package for automatic list animations #538

Closed
wants to merge 1 commit into from

Conversation

benweitzman
Copy link

Autolist is a new package I've created to make it super easy to get beautiful animated lists without having to manage insertions + deletions manually.

Every time the contents of a list change, the Autolist widget will automatically detect the changes from the old list to the new list and use those to create animations.

All users of this library have to do is provide a list and a way to build a widget for each item of the list.

Tests + examples are included to make sure that this package is functional and easy to get started with.

Check it out on pub.dev at https://pub.dev/packages/autolist
Or view the source at https://gitlab.com/benweitzman/autolist

Quick demo:

autolist demo

@jogboms jogboms added the Observation Test of time label Oct 19, 2019
@Solido
Copy link
Owner

Solido commented Jan 20, 2020

Not maintained anymore, thx for PR !

@Solido Solido closed this Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Observation Test of time
Projects
None yet
3 participants