snaplist 0.1.8 snaplist: ^0.1.8 copied to clipboard
A small library that allows to create lists with snapping to item.
Changelog #
[0.1.8] - 16.03.2019 #
- Introducing
SnaplistController
to allow initial item position and setting position programatically.
[0.1.7] - 01.02.2019 #
- Hot reload did nothing to snaplist. Now it is fixed. A big thanks to @raacker.
[0.1.6] - 31.10.2018 #
- Hot reload did nothing to snaplist. Now it is fixed. A big thanks to @raacker.
[0.1.4] - 27.10.2018 #
- Adds a simple example to the package
[0.1.3] - 26.10.2018 #
- Readme and organizational updates.
[0.1.2] - 25.10.2018 #
- Implements snapping back to original item if not enough velocity or progress
[0.1.1] - 24.10.2018 #
- Explicitly provides current item position, does not hide it in builder data
- Removes unnessesary
setState
calls from snip animation
[0.1.0] - 21.10.2018 #
- It's alive!