maintenance_banner 0.2.0
maintenance_banner: ^0.2.0 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.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