Search code examples
flutterdatepicker

How to select multiple dates in flutter


I want to select multiple dates from date picker (not range). Actually in my app I have added a workshop that will be hosted on multiple days, like 1 June, 7 June, 9 June. So i want to add add multiple dates. Is there a option to select multiple dates in date picker?


Solution

  • Try to refer table_calendar package and daterangepicker use syncfusion_flutter_datepicker package for that hope its help to you.