Skip to content

Releases: rwbr/flutter_neat_and_clean_calendar

v0.4.5

11 Aug 20:42
Compare
Choose a tag to compare
  • Two new callback functions
    • onListViewStateChanged
    • onEventsUpdated

v0.4.4

08 Aug 14:29
Compare
Choose a tag to compare
  • Individual color values for date picker style exchange against ThemeData objects

v0.4.3

07 Aug 16:26
Compare
Choose a tag to compare

Bugfix for styling the text in the top row with displayMonthTextStyle

v0.4.2

07 Aug 15:47
Compare
Choose a tag to compare

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

06 Aug 13:35
Compare
Choose a tag to compare

You can set your own event cell builder function to customize the event cells

v0.4.0

06 Aug 11:40
Compare
Choose a tag to compare

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.

  • Issue #80: Multi Day events have empty metadata
  • Issue #79: DatePicker now supports locale settings of the device
  • Some refactoring
  • Improved README

v0.3.19+41

22 May 07:52
369475b
Compare
Choose a tag to compare
  • Update dependencies
  • Replace deprecated text-styles for Flutter 3.22

v0.3.18+40

07 Mar 20:19
Compare
Choose a tag to compare
  • Issue #74: Avoid exception, when onDateSelected is null
  • Build for web and macOS

v0.3.17+37

06 Mar 11:17
Compare
Choose a tag to compare
  • lower version constraints for intl package

Fixed #64, #67 and #68

09 Jan 15:05
Compare
Choose a tag to compare
  • Issue #64: onDateSelected now delivers the correct date
  • Issue #67: onMonthChanged now also triggers, when using the date picker and the arrow buttons
  • Issue #68: eventDoneColor gets used, when isDone is set to true