pullex 1.0.4
pullex: ^1.0.4 copied to clipboard
A customizable pull-to-refresh widget for Flutter, based on pull_to_refresh with enhancements and bugfixes.
Changelog #
1.0.4 – 2025-10-23 #
Maintenance #
- Applied
dart formatacross the entire codebase for consistent styling. - Ensured compliance with pub.dev formatting and style guidelines.
- Minor adjustments for cleaner code presentation.
1.0.3 – 2025-10-23 #
Code Quality #
- Fixed all static analysis warnings to achieve full
lintscompliance. - Renamed enum constants to
lowerCamelCasefor Dart style consistency. - Added missing type annotations and
@overridekeywords. - Minor cleanup and formatting improvements across the package.
1.0.2 – 2025-10-23 #
Maintenance #
- Addressed remaining static analysis score issues on pub.dev.
- Added missing type annotations and minor refactors in
BaseHeaderandBaseFooter. - Improved internal code consistency.
1.0.1 – 2025-10-22 #
Maintenance & Improvements #
- Fixed localization strings and missing translations.
- Renamed
PullexRefreshController→RefreshControllerfor a cleaner API. - Updated deprecated Dart syntax and removed redundant imports.
- Fixed example analysis configuration and improved documentation.
1.0.0 – 2025-06-08 #
Initial Release #
- Modern fork of
flutter_pulltorefresh, reworked and published as Pullex. - Compatible with Flutter 3.22–3.32 and Dart 3.x.
- Improved architecture, headers, and indicator behavior.
- Full localization support (12 languages).
- Clean API, better defaults, and example app included.