v1.1.0
What's Changed
- Add alternate scroll physics:-
PageViewTypeScrollPhysics
.
Similar to PageView scroll physics. This disables friction effect and allows the user to land on the next item only most of the time, instead of the free-hand scrolling that is provided with the defaultInfiniteScrollPhysics
. - 'FixedScrollMetrics' is not a subtype of type 'InfiniteExtentMetrics' in type cast by @fretelweb in #19
- Update package to support Flutter 3.19
- docs: Update issue templates by @ManuSekhon in #18
New Contributors
- @fretelweb made their first contribution in #19
Full Changelog: 1.0.3...v1.1.0