Flutter flow and scheduling

Hello.  I was wondering if using SfCalendar was a good option to use for say a club of people that have access to a collection of cars and they want to schedule time to reserve for one of them?   They could go in and reserve the specific car and no one else could book over their time or delete an already scheduled time, unless it's theirs?   I'm using flutterflow currently to build my app and would like to use this for the scheduling portion but i'm not sure if it's the right fit.   


1 Reply

IR Indumathi Ravichandran Syncfusion Team November 3, 2023 06:19 AM UTC

Hi Brian,


Please find the steps for creating the project in FlutterFlow.


Steps:

  1. Create a project in FlutterFlow.

  2. Using the Custom code option add new widget and add the required code to run calendar.

  3. Add the WidgetName as class name of the project .

  4. Then add the Pubspec dependencies.

  5. Then using UI Builder option drag and drop implemented widget in the display area.


Also please find the documentation link for adding custom widget in FlutterFlow.


https://docs.flutterflow.io/customizing-your-app/custom-functions/custom-widgets#2.-create-custom-widget


But as of now, the Appointments and time regions are not loaded in FlutterFlow and we have used the timezone package in the calendar. There is an issue while loading the timeZone package in FlutterFlow and due to this appointments and time regions are not loaded. We have logged the issue in FlutterFlow and in the meantime we are also checking the issue. If we got solution from Github we will update to you. We appreciate your patience until then.


Also, please find the issue link from below.


Issue Link:

https://github.com/FlutterFlow/flutterflow-issues/issues/1183


Please let us know if you need further assistance.


Regards,

Indumathi R


Loader.
Up arrow icon