date_colors library

A Flutter package to generate a color scheme based on a date. The color scheme includes a color for the calendar day and a color for the year.

To use, import package:date_colors/date_colors.dart.

Classes

ColorData
An abstract model containing color values in a Map-format.
ColorsOfApril
A data class containg the color values of the month of April.
ColorsOfAugust
A data class containg the color values of the month of August.
ColorsOfDecember
A data class containg the color values of the month of December.
ColorsOfFebruary
A data class containg the color values of the month of February.
ColorsOfJanuary
A data class containg the color values of the month of January.
ColorsOfJuly
A data class containg the color values of the month of July.
ColorsOfJune
A data class containg the color values of the month of June.
ColorsOfMarch
A data class containg the color values of the month of March.
ColorsOfMay
A data class containg the color values of the month of May.
ColorsOfNovember
A data class containg the color values of the month of November.
ColorsOfOctober
A data class containg the color values of the month of October.
ColorsOfSeptember
A data class containg the color values of the month of September.
ColorsOfTheYear
A data class containg the color values of all years.
DateColorController
A controller class implementing the DateColors' core logics.
DateColorScheme
A scheme containing appropriate color values based on a DateTime object.
MonthColorData
An abstract model containing color values of a month.