nested_scroll_controller 1.0.0
nested_scroll_controller: ^1.0.0 copied to clipboard
A ScrollController specifically for controlling a NestedScrollView.
0.0.1 15/05/2020 #
- Initial release!
- Defined [NestedScrollController] with some basic methods
- These methods include animateTo, animateToIndex and jumpTo
0.0.2 16/05/2020 #
- Added example
- Updated readme, license, pubspec.
0.1.0 16/05/2020 #
- Built out many basic ScrollController overrides in NestedScrollController.
- These include listener handling, equality operator (uses Cantor pairing function) and more.
- Happy to move out of the pre-release stage.
0.2.0 26/05/2020 #
- BREAKING CHANGES: see updated example or readme to learn how the nested scroll controller is used with this version.
- Added gif demonstration.
- Fixed minor bugs.
0.2.1 26/05/2020 #
- Fixed README - the .gif was not working on pub.dev.