Skip to content

Releases: rwbr/flutter_neat_and_clean_calendar

v0.3.7+21

30 Jun 10:07
Compare
Choose a tag to compare
  • Example updated for macOS build

v0.3.7+20

30 Jun 09:59
Compare
Choose a tag to compare
  • Support for macOS

v0.3.6+19

03 Jun 17:47
Compare
Choose a tag to compare
  • Fixed Issue #37

v0.3.5+18

04 May 07:13
Compare
Choose a tag to compare

New Option to change color of selected day when same date as today

Full Changelog: v0.3.4+17...v0.3.5+18

v0.3.4+17

24 Mar 15:38
Compare
Choose a tag to compare

feat(color): Color properties for forground color of day #34

#34

v0.3.3+16

24 Mar 15:08
Compare
Choose a tag to compare
  • Issue #32 closed
  • Option startOnMonday wasn't working correctly for the month view

#32

v0.3.1+14

07 Feb 20:03
Compare
Choose a tag to compare
  • Introduction of a new Parameter displayMonthTextStyle to manipulate the text style of the month name in the top bar

v0.3.0+13

26 Jan 11:08
Compare
Choose a tag to compare

CAUTION: from v0.3.0 on the preferred way to set the calendar events is to provide a list. You can still
use a map to do this, but this functionality is DEPRECATED and will get removed from v0.4.0 on.

  • New property multiDayEndText can be used to mark the end of a multi-day event
  • New parameter eventsList simplifies the process of defining the events to be shown. The list is just an unordered collection of NeatAndCleanCalendarEvents. On init the library analyzes the list and builds the eventsMap from its content. While doing this, the library now correctly shows all-day and multi-day events.
  • For multi-day events it is necessary for the UI to know, if the event is the beginning, meddle part or end of the event.
  • new API option: datePickerType
  • select between hidden, year picker and date picker
  • Now the calendar handles all-day-events differently.
  • all-day-events have the property isAllDay set to true
  • then these events get displayed at the top of the events list
  • instead of start and end time a string will be shown
  • this string can be defines with the allDayEventText property
  • if this property is left empty, the calendar will show "All day"

v0.2.3+11

17 Aug 19:20
Compare
Choose a tag to compare

Extended example with the ability to add additional events to the list of today

This is to illustrate, how you can add events to today's list and update the view. This change was inspired by issue #13.

v0.2.2+10

06 May 07:19
Compare
Choose a tag to compare
  • Issue #12 was fixed in this release
  • Now it's possible to use the parameter isExpandedto decide, if the widget should be shown in expanded mode