InfinitePageView class

InfinitePageView

Widget that works similar to PageView but can scroll infinitely in either sides


Under the hood: InfinitePageView uses Nested PageViews to achieve the desired working

Warning: Unlike PageView this widget doesn't support viewport fraction.


Found any issues? Feel free to report on: https://github.com/Jerinji2016/infinite_scroll_view/issues

Inheritance

Constructors

InfinitePageView({Key? key, required InfinitePageBuilder itemBuilder, InfinitePageController? controller, OnPageChanged? onPageChanged, bool pageSnapping = true, ScrollBehavior? scrollBehavior, Axis scrollDirection = Axis.horizontal, DragStartBehavior dragStartBehavior = DragStartBehavior.start})
const

Properties

controller InfinitePageController?
Controller to take control over InfinitePageView
final
dragStartBehavior DragStartBehavior
Drag start behaviour, this value is directly passed to PageViews used in this widget
final
hashCode int
The hash code for this object.
no setterinherited
itemBuilder InfinitePageBuilder
Each page will be build with this function
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
onPageChanged OnPageChanged?
Callback on page changed
final
pageSnapping bool
Disable page snapping, enabled by default
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollBehavior ScrollBehavior?
ScrollBehaviour, this value is directly passed to PageViews used in this widget
final
scrollDirection Axis
Axis in which the view is supposed to scroll
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<InfinitePageView>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited