- Updated example to set controller to PageView
- Added check for nullable controller in constructor for PageView
- Removed
shouldDisposeScrollController
field - Fixed fading effect not appearing on child rebuilds (issue #19, thanks to CoolDude53, felixwoestmann)
- Fixed error when scrollController is attached to multiple views (issue #20, thanks to scris)
- Flutter 3.0 compatibility (issue #16, thanks to ruslic19)
- 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