leoshusar / mat_month_picker_dialog

Flutter Material month picker dialog
MIT License
3 stars 7 forks source link

Migrate to material 3 #4

Open adnankhan74444 opened 1 year ago

adnankhan74444 commented 1 year ago

Since Flutter has integrated many components based on the Material 3 Design System, I would like the month picker to follow this design as well. @leoshusar @MayLau-CbL

MayLau-CbL commented 1 year ago

@adnankhan74444 Im curious how exactly should add or change to adapt the M3? I have not try it out yet, but the code is using the Theme.of(context) to get the parent, as enable the M3 on the app level wont enough to make this picker adapt M3 style?

leoshusar commented 1 year ago

Well I agree it doesn't fit well in the M3 design. I wish they just made native month picker since there are clearly cases when just a month is needed :)

However I'm not a good designer, as I stated in the readme, I just took existing design and reimplemented it here. This library would probably not exist if I didn't find any inspiration 😅

So if anyone wants to contribute, it would be great!