Home > Enterprise >  is there a way to change the display of date picker in flutter?
is there a way to change the display of date picker in flutter?

Time:03-22

(sorry I'm not good at English),

I'm trying to change date picker's look when click a button without display the default layout.

I didn't found anything to change the display of it

like this : https://i.stack.imgur.com/kzqHA.png

CodePudding user response:

solution 1

you can use this plugin for flutter_rounded_date_picker

please go through the link

https://pub.dev/packages/flutter_rounded_date_picker

solution 2

please go through this link , it's kind of similar question you are asked

How to customize a date picker

  • Related