booking_calendar
booking_calendar copied to clipboard
Flutter package to manage online bookings
how to add finished slot and its color??
Using the website example: https://pub.dev/packages/booking_calendar/example Generates the error: ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following LocaleDataException was thrown building CalendarHeader(dirty): Locale data has not been initialized, call initializeDateFormatting()....
When we select week, it displays calendar for 2 week. On selecting 2 week it displays calendar for month. On selecting month, it displays 1 week. Please correct this. Regards,...
fix: after make any booking, the start & end times changed to equel the saved booked start & end timed
Hi, starting from your example code I'm trying to setup a service with a duration of 1h and the slots should be every day like: 00:00, 01:00, 02:00 ... 23:00...
I want to have different timeslots for different time of the day. Like for Monday my time can be from 9AM TO 4PM but for tuesday my time could be...
This pull request includes several significant improvements to the user interface of the application. 1. **Dark Mode Support**: The application now fully supports dark mode, enhancing usability in low-light environments...
Add the ability to change the calendar formats that are shown and also update the text shown (will help when different languages are used)
Let the programmer handle the loading state. It is preferable if the programmer click the book button we just have to pass the value that customer choose.
Hi! I would like to implement a calendar, which allows to book only entire days. Right now, I just set the time slot to be long enough, but I still...