v1.1.0-dev.1
Pre-release
Pre-release
Changes:
- Fixes:
- Handle errors thrown from the
onRefreshmethod.
- Handle errors thrown from the
- 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.
- Updated example app