rwbr / flutter_neat_and_clean_calendar

Simple and clean flutter calendar with ability to slide up/down to show weekly/monthly calendar. Forked from [flutter_clean_calender](https://pub.dev/packages/flutter_clean_calendar)
MIT License
104 stars 51 forks source link

Can choose date or year even icon is hidden #74

Closed KeithBacalso closed 1 month ago

KeithBacalso commented 5 months ago

Our design doesnt have that calendar icon at the top, so maybe a good solution is when we hide that calendar icon there is also an option to tap the Text(month and year) at the top and it will open a date or year picker.

rwbr commented 5 months ago

I think, the date picker should have an icon. Otherwise users won't be able to discover it. What if you could set the appropriate icon as a property of the calendar class?

rwbr commented 1 month ago

You can hide the icon. But I do not plan to add a text button or custom style button as an alternative at this moment.