Juan Tena
Juan Tena

Reputation: 11

Custom date picker in flutter

I want to make a custom date picker like this, how do you think is the best way to achieve it?

Upvotes: 1

Views: 585

Answers (1)

joaomarcos96
joaomarcos96

Reputation: 910

The package flutter_picker can help you achieve it: https://pub.dev/packages/flutter_picker

Upvotes: 1

Related Questions