cmd_prompter
cmd_prompter

Reputation: 1680

How do I make a scrollable list of months in Flutter (Calendar)?

I want to implement something like this in my Flutter app-

I tried using table_calendar but wasn't able to set the initial month for each TableCalendar in my ListView.builder widget which contains the 12 months. Thanks in advance!

Upvotes: 0

Views: 2701

Answers (1)

Mir Mahfuz
Mir Mahfuz

Reputation: 733

You can use this pub Link. A customizable calendar widget to easily scroll through the years

Upvotes: 0

Related Questions