Skip to content

v1.1.0-dev.1

Pre-release
Pre-release

Choose a tag to compare

@gonuit gonuit released this 31 Mar 15:41

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.