pull_to_refresh_notification 0.2.3
pull_to_refresh_notification: ^0.2.3 copied to clipboard
Flutter plugin for building pull to refresh effects with PullToRefreshNotification and PullToRefreshContainer quickly.
0.2.3 #
- add AlwaysScrollableClampingScrollPhysics in case list is not full screen and remove ios Bouncing.
0.2.0 #
- add armedDragUpCancel property. //Dragged far enough that an up event will run the onRefresh callback. //when use drag up,whether should cancel refresh final bool armedDragUpCancel;
0.1.5 #
- Format code.
0.1.4 #
- Remove dead code.
0.1.3 #
- Fix issue in case negative value of _dragOffset
0.1.2 #
- Fix issue in case notification.depth != 0
0.1.1 #
- Fix threshold to refresh not right when set maxDragOffset
0.1.0 #
- Upgrade Some Commments.
0.0.1 #
- Initial Open Source release.