Skip to content

Releases: rwbr/flutter_neat_and_clean_calendar

v0.4.15

04 Oct 14:47
Compare
Choose a tag to compare

[0.4.15] - 2024-10-04

  • Issue #88: The calendar list view now considers the 'locale' parameter

v0.4.14

04 Sep 10:20
Compare
Choose a tag to compare
  • Issue #87: Fixed calculation of multiday events

v0.4.13

03 Sep 05:29
Compare
Choose a tag to compare
  • Some more null checks in reaction to an app crash log possibly related to this package

v0.4.12

30 Aug 15:24
Compare
Choose a tag to compare
  • Issue 86: Updtae of the eventlist now works every time

v0.4.11

30 Aug 06:17
Compare
Choose a tag to compare
  • Automatic scrolling to nearest date from today on loading the event list view
  • New callback method parameter onTodayButtonPressed

v0.4.10

27 Aug 15:47
Compare
Choose a tag to compare
  • macos_ui removed as dependency
  • Issue #84: Events added after initial load are not displayed in the monthly view
  • touch target of the today button enlarded
  • event list view now scrolls to today (or closest entry to today's date) when today button is hit
  • CalendarTiles text doesn't scale with system settings

v0.4.9

14 Aug 10:39
Compare
Choose a tag to compare
  • Proper execution of _updateEventsMap() when neccessary
  • Closes #83

v0.4.8

13 Aug 11:42
Compare
Choose a tag to compare
  • Issue #82: Top row restructured, so that "Today" button is always centered, even when the date picker icon or the list picker icon is hidden

v0.4.7

12 Aug 14:00
Compare
Choose a tag to compare

Issue #82: New parameter showEventListViewIcon to hide the list view icon

v0.4.6

12 Aug 12:45
Compare
Choose a tag to compare
  • New callback for logging