booking_calendar 1.1.10 copy "booking_calendar: ^1.1.10" to clipboard
booking_calendar: ^1.1.10 copied to clipboard

Flutter package to book online through your application. Use with streams to get real-time booking data, eg with Firestore streams

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.
143
likes
140
points
1.27k
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package to book online through your application. Use with streams to get real-time booking data, eg with Firestore streams

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl, provider, table_calendar

More

Packages that depend on booking_calendar