persistent_header_adaptive 2.1.3
persistent_header_adaptive: ^2.1.3 copied to clipboard
A Flutter package that provides a SliverPersistentHeader with adaptive height capabilities, automatically adjusting to its content's size without requiring a fixed height.
Changelog #
2.1.3 - 2025-06-21 #
- Version update
2.1.2 - 2025-06-21 #
- Enhanced documentation
- Fixed minor issues
- Updated code comments for better readability
2.1.1 - 2024-06-21 #
- Updated dependencies to latest versions
- Improved package stability
2.1.0 - 2024-04-15 #
- Added
needRepaint
parameter toAdaptiveHeightSliverPersistentHeader
for better performance control - Updated to newer Flutter lint rules for improved code quality
- Code optimizations for better performance
2.0.0 - 2023-09-08 #
- Major refactoring for Flutter 3 compatibility
- Breaking changes:
- Updated minimum Flutter SDK requirement to 3.10.1
- Improved widget rendering lifecycle
1.0.2 - 2023-01-20 #
- Fixed linting issues
- Added comprehensive platform support
- Improved project structure
1.0.1 - 2022-11-05 #
- Fixed publishing configuration
- Minor code improvements
1.0.0 - 2022-10-15 #
- Initial stable release
- Core functionality:
AdaptiveHeightSliverPersistentHeader
widget- Automatic header height calculation
- Support for pinned and floating headers