Releases: rwbr/flutter_neat_and_clean_calendar
Releases · rwbr/flutter_neat_and_clean_calendar
v0.4.5
v0.4.4
v0.4.3
v0.4.2
Styling options for the date picker and the icons of the top bar
/// [topRowIconColor] is the color of the icons in the top bar
/// [datePickerLightModeSelectedDayColor] is the color of the selected day in the date picker in light mode
/// [datePickerLightModeSelectedDayTextColor] is the color of the text of the selected day in the date picker in light mode
/// [datePickerLightModeSurfaceColor] is the color of the surface in the date picker in light mode
/// [datePickerLightModeOnSurfaceColor] is the color of the text on the surface in the date picker in light mode
/// [datePickerLightModeTextButtonColor] is the color of the text buttons in the date picker in light mode
/// [datePickerDarkModeSelectedDayColor] is the color of the selected day in the date picker in dark mode
/// [datePickerDarkModeSelectedDayTextColor] is the color of the text of the selected day in the date picker in dark mode
/// [datePickerDarkModeSurfaceColor] is the color of the surface in the date picker in dark mode
/// [datePickerDarkModeOnSurfaceColor] is the color of the text on the surface in the date picker in dark mode
/// [datePickerDarkModeTextButtonColor] is the color of the text buttons in the date picker in dark mode
/// [todayButtonColor] sets the [Color] of the today button
v0.4.1
v0.4.0
CAUTION: as announced in January 2022 the events map to set the calendar entries got finally removed. This can break your app and you might have to adapt it to use the events list.
v0.3.19+41
v0.3.18+40
- Issue #74: Avoid exception, when onDateSelected is null
- Build for web and macOS
v0.3.17+37
- lower version constraints for
intl
package