- Updated packages, WIP Firebase example
- 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
- Fixed slot generation bug, and added textstyle formatting.
- Added lastDay option, and fixed booking date if today is inside the disableddays.
- Added disabledDays options, on these day no one can book a slot
- Fixed breaktime issue and added StartingDayOfWeek optional parameter for the TableCalendar
- Updated generation of slots algorithm
- Updated Readme with Firebase example and code snippets
- Updated to Flutter 3.0
- Update dependencies (table_calendar, provider)
- Added locale field for localizing the calendar view
- Example project quick refactor
- Updated readme with new example for the fixes, and extra parameters
- 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
- Passing booking start and end fix
- Update provider dependency
- Added demo gif.
- Resize demo screenshot.
- Update Readme with demo screenshot.
- First release, with simple example project.