bdlukaa / fluent_ui

Implements Microsoft's WinUI3 in Flutter.
https://bdlukaa.github.io/fluent_ui/
BSD 3-Clause "New" or "Revised" License
2.87k stars 448 forks source link

Calendars Rework #236

Open bdlukaa opened 2 years ago

bdlukaa commented 2 years ago

The current implementation of both date and time pickers are old and have many issues.


henry2man commented 2 years ago

Following DRY principles, can we ever consider use something curated like table_calendar as a base?

I have some experience with this one and this could simplify the ulterior development if we are able to render the calendar as expected in the spec.

@bdlukaa Do we have any specific policy about third party packages?

bdlukaa commented 2 years ago

As long as it's able to allow us to customizate it for our needs, I don't see any problem!

henry2man commented 2 years ago

@bdlukaa So, in order to make things clear prior to any development:

henry2man commented 2 years ago

@bdlukaa Can we close this issue? What is missing?

bdlukaa commented 2 years ago

CalendarView:

henry2man commented 2 years ago

Related: https://github.com/bdlukaa/fluent_ui/issues/417