You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.