- Fixed an issue caused by usage of controller without proper content dimensions (#15))
- Added support for null-safety
- Added option to use ListWheelScrollView as a child (thanks to moda20)
- Fixed bug which happened when view is disposed earlier than PostFrameCallback happened
- Added support for right to left text direction
- Hiding fade if content too small to be scrollable (thanks to georgeherby and dannyalbuquerque)
- Fixed unwanted scroll controller disposal. Added flag 'shouldDisposeScrollController' if it's still required
- Added support for AnimatedList (thanks to davidmartos96)
- documentation fixes
- Fixed bug for situations where scroll controller was not attached to scrollview
- added more examples
- Initial publication