banner_package 0.0.5
banner_package: ^0.0.5 copied to clipboard
A customizable Flutter banner package for promotions, ads, and call-to-action displays with animations, themes, and extensive customization options.
0.0.5 #
- Dart SDK version update
0.0.4 #
- Added background image support to PromotionalBanner
- New
backgroundImageUrlparameter for setting banner background images - New
backgroundImageFitparameter to control image scaling (defaults to BoxFit.cover) - New
backgroundImageOverlayparameter for adding semi-transparent overlay for better text readability (defaults to 0.3) - Background images automatically disable background colors and gradients when used
- Enhanced example app with background image banner demonstration
- New
0.0.3 #
- Fixes to readme and getting started.
0.0.2 #
- Added a way to handle subtitle maxlines in promotional banner.
0.0.1 #
- Initial release of banner_package
- Added PromotionalBanner widget with customizable styling and animations
- Added AdBanner widget for product advertisements with image support
- Added CallToActionBanner widget with urgency levels and pulse animations
- Comprehensive theming system with BannerTheme and BannerStyles
- Multiple animation types: slide, fade, scale, and none
- Configurable banner positions: top, bottom, center, floating
- Auto-dismiss functionality with configurable duration
- Swipe-to-dismiss support
- Full customization options for colors, gradients, sizes, and borders
- Built-in accessibility support
- Comprehensive test suite
- Example app demonstrating all features