animated_scroll_view
Scrollable widgets, that helps you easily animate items removing, inserting, moving etc.
1.0.2
63 downloads/mo
#3189 most downloaded on pub.dev
radomir9720/animated_scroll_view
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships fairly regularly
a new release about every 5 weeks
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
7 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Mar 2023 to Jun 2023Releases
latest 7-
1.0.228 Jun 2023Release notes
Open source →What's Changed
- ci: add release type to publishing workflow by @radomir9720 in #12
- fix: scroll view is updated when its unnecessary by @radomir9720 in #17
Full Changelog: 1.0.1...1.0.2
Release notes
Open source →- FIX:
DefaultItemsNotifier().updateValue()incorrect items equality check - FIX: incorrect index when moving an item that should be inserted to greater index
- FIX: added forgotten
itemWrapperanditemsAnimationControllerparameters to scrollables - FIX(SizeAndFadeTransition): do not throw exception if there is no
Scrollableancestor
-
1.0.107 May 2023Release notes
Open source →What's Changed
- fix: last item is inserted without animation by insert all items event by @radomir9720 in #11
Full Changelog: 1.0.0...1.0.1
Release notes
Open source →- FIX: last item is inserted without animation by
InserAllItemsEvent - CI: fix publishing workflow
- DOCS: updated readme
-
1.0.1+107 May 2023Release notes
Open source →What's Changed
- ci: add release type to publishing workflow by @radomir9720 in #12
Full Changelog: 1.0.1...1.0.1+1
-
1.0.004 May 2023Release notes
Open source →What's Changed
- feat: animate items rebuild of which is caused by another items modification by @radomir9720 in #10
Full Changelog: 0.5.2...1.0.0
Release notes
Open source →- BREAKING FEAT: animate items, rebuild of which is caused by another items modification event (breaking change: added
scrollViewTypeparameter toModificationEvent.execute()method) - FEAT: added new events:
InsertAllItemsEventInsertInfluencedItemEventInsertAdaptiveItemEventRemoveInfluencedItemEventRemoveAdaptiveItemEventMoveInfluencedItemEventMoveAdaptiveItemEvent
- CHORE: migration to flutter 3.7 small changes
- CI: added workflow which publishes the package to pub.dev
- CI: bump flutter version to 3.7.12
-
0.5.230 Apr 2023Release notes
Open source →What's Changed
- feat: determine under the hood the axis of size transition by @radomir9720 in #9
Full Changelog: 0.5.1...0.5.2
Release notes
Open source →- FEAT: determine the axis of SizeTransition under the hood
- FEAT(widgetbook): added axis knob for all scrollable widgets
-
0.5.128 Apr 2023Release notes
Open source →What's Changed
- fix: id mapper not assigned to items entity after calling update value by @radomir9720 in #8
Full Changelog: 0.5.0...0.5.1
Release notes
Open source →- FIX:
idMappernot assigned toItemsEntityafter callingItemsNotifier.updateValue() - FIX: item not marked as removed on move event when index did not changed
-
0.5.026 Mar 2023Release notes
Open source →What's Changed
- fix: adding two and more items atop visible area causes jump by @radomir9720 in #5
Full Changelog: 0.4.0...0.5.0
Release notes
Open source →- 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