Home > Mobile >  How to select multiple dates in flutter
How to select multiple dates in flutter

Time:06-01


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?

CodePudding user response:

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

CodePudding user response:

You can use this Library. In this library, they have given the option for multi-selection dates, not range.

  • Related