maintenance_banner 0.2.2
maintenance_banner: ^0.2.2 copied to clipboard
A Flutter package for displaying maintenance banners in your app
Changelog #
All notable changes to this project will be documented in this file.
0.2.2 - 2024-12-11 #
Changed #
- Updated README to use HTML image format for better display on pub.dev
- Updated installation instructions to reflect version 0.2.1
0.2.1 - 2024-12-11 #
Fixed #
- Fixed padding calculation to prevent negative values when safe area padding is less than 8 pixels
- Fixed callback timing:
onBannerHiddennow only triggers on actual state transitions (fromtruetofalse) - Fixed
onBannerShowncallback to fire after animation completes instead of immediately - Improved state management by converting
MaintenanceWrappertoStatefulWidgetfor proper callback tracking
0.2.0 - 2024-12-11 #
Added #
- Smooth slide and fade animations when banner appears/disappears
animationDurationparameter to customize animation speedonBannerShowncallback to track when banner is displayedonBannerHiddencallback to track when banner is hidden- Comprehensive API documentation for all public members
Changed #
- Improved code structure and removed unused parameters
- Enhanced documentation with detailed descriptions and examples
- Better animation implementation using
TweenAnimationBuilder
Fixed #
- Code formatting issues for pub.dev static analysis
- Documentation coverage now exceeds 20% requirement