How to create own custom date picker in flutter

Viewed 66

Hi guys i want How to create own custom date picker using flutter.

i share my UI concept : View UI.

No.1 : Display current year future 5 month on top header. No.2 : click any month on top header to change calender on clicked month. No.3 : clickable date calender.

see UI design image

Any one pls share the flutter code.

1 Answers

You can use Syncfusion_flutter_calendar to achieve this functionality. This plugin provide wide range of calendar feature with customisation option.

Related