daynightbanner 0.0.0-beta-2 daynightbanner: ^0.0.0-beta-2 copied to clipboard
Flutter DayNightBanner with Dynamic banner widget to indicate day or night mode.
Changelog #
[Unreleased] #
[0.0.0-beta-2] - 2023-07-20 #
Added #
- Initial release of the
daynightbanner
package. - Added the
DayNightBanner
widget that displays a day-night banner with a sun and moon icon based on the provided hour of the day. - Customizable properties for the
DayNightBanner
widget, includingsunImage
,moonImage
,sunSize
,moonSize
,backgroundImage
,widthOfSunMoon
,bannerHeight
,backgroundImageHeight
,decoration
, andchild
. - Support for automatically updating the banner based on the provided hour.
Changed #
- None.
Removed #
- None.
Fixed #
- None.
Security #
- None.