This example demonstrates How to show and customize the week number in the Flutter Calendar.
Use the showWeekNumber property of the calendar to display the week number in the Flutter calendar. Week numbers will be displayed based on the ISO standard.
In the month view, it is displayed at the left side as a separate column. whereas in the week and work week view it is displayed beside the view header panel, and for day and timeline views it is displayed next to the header text in the header panel of the calendar.
The week number is not applicable fo the schedule view in the calendar.
In this sample we have customized the week number styles by using the calendar's weekNumberStyle property.
You can also refer our UG documentation to know more about WeekNumberStyle.
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.
