pull_to_refresh_notification 0.4.0 copy "pull_to_refresh_notification: ^0.4.0" to clipboard
pull_to_refresh_notification: ^0.4.0 copied to clipboard

outdated

Flutter plugin for building pull to refresh effects with PullToRefreshNotification and PullToRefreshContainer quickly.

0.4.0 #

  • add reverse property to support reverse list.

0.3.5 #

  • fix analysis_options

0.3.4 #

  • web support

0.3.3 #

  • add candies pull to refresh demo
  • add readme-zh

0.3.2 #

  • allow custom curve to be passed to the widget for the pullback animation

0.3.1 #

  • fix api error base on v1.7.8

0.3.0 #

  • fix issue that AlwaysScrollableClampingScrollPhysics is not working in new flutter version

0.2.4 #

  • add notificationDragOffset parameter for show method in PullToRefreshNotificationState it's used to change offset when call refresh by coding
  • show how to call refresh by coding

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.
72
likes
40
points
5.57k
downloads

Publisher

verified publisherfluttercandies.com

Weekly Downloads

Flutter plugin for building pull to refresh effects with PullToRefreshNotification and PullToRefreshContainer quickly.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pull_to_refresh_notification