animated_scroll_view 0.5.0
animated_scroll_view: ^0.5.0 copied to clipboard
Scrollable widgets, that helps you easily animate items removing, inserting, moving etc.
0.5.0 #
- chore: new
DefaultItemsNotifierlogic(fixes found issues) - docs: document all public members
- feat: added extensions on
EventControllerfor easily adding new events - test: added some tests for
AnimatedListView - fix(widgetbook): wrap SliverAnimatedLListView in CustomScrollView
0.4.0 #
- feat: added AnimatedPageView widget
- chore: made all widgets expanded by default on widgetbook app
- chore: added use case to widgetbook app for AnimatedPageView
0.3.0 #
- feat: added widgetbook app with examples
- ci: added workflow, which builds the widgetbook app
- chore: updated package exports
- chore: replace
addPostFrameCallbackwithFuture.microtask - refactor: made
ItemAndItemIdConstructorsdescendant ofModificationEvent - refactor: made Move and Remove events descendants of
ModificationEventWithItemAndItemIdConstructors - fix: before doing any modification check if index is valid(for Insert and Move events)
- fix: add
cachedAnimationValueinInsertItemEvent - refactor: move scrollable folder to widgets folder
- refactor: move
AnimatedItemWidgetto widgets folder - chore: added generated files to gitignore
0.2.0 #
- fix: no remove animation starting with second item remove
- refactor: removed
Debouncer - style:
Animation<double>replaced withDoubleAnimationtypedef
0.1.0 #
- feat: initial version(pre-release)