snapping_page_scroll 3.1.0
snapping_page_scroll: ^3.1.0 copied to clipboard
A plugin that allows you to make a pageView that scrolls a certain number of pages based on the scroll velocity, and then snaps to the nearest page.
3.1.0 - 2023-11-23 #
- Add builder constructor
- Change lower dart SDK version to 2.17.0
3.0.0 - 2023-06-04 #
- Update Dart SDK version range
- Breaking change: Remove deprecated parameters
viewportFraction
andinitialPage
in favor ofcontroller
- Breaking change: Remove
CustomScrollView
. It is now up to the user to handle
2.1.0 - 2021-12-29 #
- Add a
controller
parameter - Deprecate
viewportFraction
andinitialPage
in favor ofcontroller
2.0.2 - 2021-08-10 #
- Update readme with a gif showing the example
- Update dependencies
- Edit comments to follow Effective Dart
2.0.1 - 2021-03-03 #
- Update changelog to match version
- Format with dartfmt
2.0.0 - 2021-03-03 #
- Add support for nullsafety
1.2.7 - 2020-08-10 #
- Change 0 to false
1.2.6 - 2019-11-23 #
- Update dependencies
- Change github link
- Reformat
1.2.5 - 2019-11-23 #
- Fixes README formatting
1.2.4 - 2019-11-23 #
- Fixes README formatting
1.2.3 - 2019-11-23 #
- Updates README
1.2.2 - 2019-11-09 #
- Prevents NaN or Infinity error
1.2.0 - 2019-11-03 #
- Adds support for page indicator
1.1.0 - 2019-11-03 #
- Fixes problem where
currentPage
didn't update - Adds example
- Formatting
1.0.1 - 2019-11-03 #
- Adds analysis_options.yaml
1.0.0 - 2019-11-03 #
- Adds changelog
0.0.1 - 2019-11-03 #
- Package is created