Skip to content

v1.1.0-dev.3

Pre-release
Pre-release

Choose a tag to compare

@gonuit gonuit released this 02 Apr 14:04

Changes:

Fixes:

  • Handle errors thrown from the onRefresh method.

Improvements:

  • Updated example app
    • Added support for the Android embedding v2
    • Added web support
    • Added windows support.
  • Added a web-based demo app (url in the readme file).
  • Replaced the deprecated disallowGlow method calls with disallowIndicator.
  • Added onStateChanged function argument that allows tracking indicator state changes.
  • The IndicatorStateHelper class is now deprecated in favor of onStateChange function and IndicatorStateChange class.
  • Initial support for programmatically-controlled indicators has been added. Added the show, hide and refresh methods to the CustomRefreshIndicatorState class. It can be accessed via GlobalKey. Take a look at an programmatically-controlled screen example.
  • Use the flutter_lints package for analysis.
  • Deprecate leadingGlowVisible and trailingGlowVisible in favor of leadingScrollIndicatorVisible and trailingScrollIndicatorVisible arguments.
  • Added reversed argument that allows you to trigger a refresh indicator from the end of the list.
  • Added envelope example.
  • Added pull to fetch more example.