Skip to content

Latest commit

 

History

History
75 lines (42 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

75 lines (42 loc) · 1.47 KB

1.1.10

  • Updated packages, WIP Firebase example

1.1.9

  • Added disabledDates option (for Holidays or special events, like every slot is booked)
  • Added custom widget, to show if every slot is booked for the selected day

1.1.8

  • Fixed slot generation bug, and added textstyle formatting.

1.1.7

  • Added lastDay option, and fixed booking date if today is inside the disableddays.

1.1.6

  • Added disabledDays options, on these day no one can book a slot

1.1.5

  • Fixed breaktime issue and added StartingDayOfWeek optional parameter for the TableCalendar

1.1.4

  • Updated generation of slots algorithm

1.1.3

  • Updated Readme with Firebase example and code snippets

1.1.2

  • Updated to Flutter 3.0
  • Update dependencies (table_calendar, provider)
  • Added locale field for localizing the calendar view
  • Example project quick refactor

1.1.1

  • Updated readme with new example for the fixes, and extra parameters

1.1.0

  • After user reviews:
  • Fixed unused custom parameters, which were missing
  • Added more customization option
  • Added breaktime options, where you can disable booking slots, but you also have the choice to hide or not these slots from your calendar
  • Breaktime text and color parameters

1.0.2

  • Passing booking start and end fix

1.0.1

  • Update provider dependency

1.0.0+3

  • Added demo gif.

1.0.0+2

  • Resize demo screenshot.

1.0.0+1

  • Update Readme with demo screenshot.

1.0.0

  • First release, with simple example project.