A quick-start example to help you to change the working directions (RTL) of the Flutter Calendar.
Using the Directionality
widget in the Flutter Event Calendar widget, you can change the working directions (RTL and LTR) of the flutter calendar.
In this sample, the Directionality
widget is used inside the body of the Scaffold. And then, by using the text direction
property the directionality of the calendar is changed.
For more details , you can refer to our KB documentation.
To run this application, you need to first clone or download the ‘create a flutter maps widget in 10 minutes’ repository and open it in your preferred IDE. Then, build and run your project to view the output.
For more help, check the Syncfusion Flutter documentation, Flutter documentation.