Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

98 lines (53 loc) · 1.37 KB

1.4.2

  • Arrow keys navigation added.

1.4.1

  • Downgrade intl to ^0.18.0

1.4.0

  • Add material 3 support using titleMedium, bodyLarge, and bodyMedium, instead of subtitle1, bodyText1, and bodyText2.
  • Fix dependencies versions.

1.3.0

  • Refactor keepLineSize to have consistent calendar's date size
  • Rename dateStyle to headerStyle
  • Add calendarTextStyle

1.2.1

  • Add new consistent line size view option

1.2.0

  • Update flutter_lints to 2.0.1

1.1.5

  • Fix dates color for week view.

1.1.4

  • Dot indicator on specified dates added.

1.1.3

  • Add Function(DateTime)? onHorizontalDrag parameter. It passes back viewable month and allows to load events for this month.

1.1.2

  • Fix events comparison
  • Add ability to style text

1.1.1

  • Week swiping fixed
  • Tap on Today for week view fixed

1.1.0

  • Dots indicator feature implemented.

1.0.1+1

  • LICENSE CHANGED.

1.0.1

  • Week line height fixed.
  • Theme support improvement.
  • Theme example added.

1.0.0

  • Null-Safety migrated.

0.0.6

  • Documentation improvements.

0.0.5

  • API provided, docs improvement.

0.0.4

  • Custom date initialization fixed.

0.0.3

  • Week & month view switching with date selection fixed.

0.0.2

  • Switch between month and week views.

0.0.1+2

  • Code formatted.

0.0.1+1

  • Readme updated.

0.0.1

  • Basic functionality implemented.