v1.1.0-dev.3
Pre-release
Pre-release
Changes:
Fixes:
- Handle errors thrown from the
onRefreshmethod.
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
disallowGlowmethod calls withdisallowIndicator. - Added
onStateChangedfunction argument that allows tracking indicator state changes. - The
IndicatorStateHelperclass is now deprecated in favor ofonStateChangefunction andIndicatorStateChangeclass. - Initial support for programmatically-controlled indicators has been added. Added the
show,hideandrefreshmethods to theCustomRefreshIndicatorStateclass. It can be accessed via GlobalKey. Take a look at an programmatically-controlled screen example. - Use the
flutter_lintspackage for analysis. - Deprecate
leadingGlowVisibleandtrailingGlowVisiblein favor ofleadingScrollIndicatorVisibleandtrailingScrollIndicatorVisiblearguments. - Added
reversedargument that allows you to trigger a refresh indicator from the end of the list. - Added
envelopeexample. - Added
pull to fetch moreexample.