pull_to_refresh_notification library

Classes

AlwaysScrollableClampingScrollPhysics
in case list is not full screen and remove ios Bouncing
PullToRefreshContainer
PullToRefreshCupertinoActivityIndicator
An iOS-style activity indicator that spins clockwise.
PullToRefreshNotification
PullToRefreshNotificationState
Contains the state for a PullToRefreshNotification. This class can be used to programmatically show the refresh indicator, see the show method.
PullToRefreshScrollNotificationInfo

Typedefs

PullToRefreshContainerBuilder = Widget Function(PullToRefreshScrollNotificationInfo? info)
RefreshCallback = Future<bool> Function()
The signature for a function that's called when the user has dragged a PullToRefreshNotification far enough to demonstrate that they want the app to refresh. The returned Future must complete when the refresh operation is finished.