pullex 1.0.2
pullex: ^1.0.2 copied to clipboard
A customizable pull-to-refresh widget for Flutter, based on pull_to_refresh with enhancements and bugfixes.
Changelog #
1.0.2 – 2025-10-23 #
Maintenance #
- Attempted to fix remaining pub.dev static analysis score issues (type annotations and minor refactors).
- Added explicit parameter types and small cleanup in
BaseHeaderandBaseFooter. - Minor internal code consistency updates.
1.0.1 – 2025-10-22 #
Maintenance & Improvements #
- Fixed missing and incorrect translations in built-in localizations.
- Renamed
PullexRefreshController→RefreshControllerfor a cleaner API. - Updated deprecated Dart syntax (
typedef, default parameter colons,withOpacity, andtolerance) for full Dart 3 compatibility. - Removed redundant imports and unused fields across internal files.
- Fixed
example/analysis_options.yamlinclude path issue. - Minor documentation and formatting improvements.
1.0.0 – 2025-06-08 #
Initial release of Pullex — a modern refresh & load controller for Flutter #
- Forked from
flutter_pulltorefresh, completely reworked and published aspullex. - Compatible with Flutter 3.22.x–3.32.x and Dart 3.x.
- Improved architecture, safer indicator states, and fixed scroll edge behavior.
- Added new headers:
StretchHeader,WaterDropHeader,MaterialClassicHeader,CustomHeader,TwoLevelHeader,BaseHeader. - Full localization support (12 languages).
- API cleanup, better defaults, and comprehensive inline documentation.
- Includes a working example app, flexible indicators, and production-ready localization.
Contributions welcome!