SimformSolutionsPvtLtd / flutter_calendar_view

A Flutter package allows you to easily implement all calendar UI and calendar event functionality. 👌🔝🎉
https://pub.dev/packages/calendar_view
MIT License
418 stars 253 forks source link

[Request] Add custom dates view #357

Open DonnyDevIT opened 4 months ago

DonnyDevIT commented 4 months ago

We have a day view, week view, and monthview

I would like to have a 3Days view or nDays views because I'm coming from another package and I had it, I tried to replicate it with some logic on week view && weekdays value. but when it comes to the end of the week to another (like Sunday, Monday, Tuesday) is bugged and shows me the Monday, Tuesday of the same week as Sunday, but I need to see the week after the current Sunday

I will comment with videos later

DonnyDevIT commented 4 months ago

This is the record of the old package. Domenica = Sunday, Lunedì = Monday, Martedì = Tuesday.

As you can see the it comes "Domenica", you can see by the numbers, it is all right, numbers not skipped

https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/assets/87426979/12f55cdb-eb07-452a-a530-b0e32d8ab2fa

DonnyDevIT commented 4 months ago

This is the other record. With this package. As you can see when it comes to 19 it is bugged because it gets the weekdays of the 19 same week, and not the next

Disclaimer: this is the right wording for weekdays, it works fine. this is why i am asking for a 3Days or nDays separated widget

https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/assets/87426979/89e91e42-b7d2-4ee5-addf-445fb7c20ba2

DonnyDevIT commented 4 months ago

Or maybe, a widget where I can pass a list of date times, and those are displayed. this would be perfect :)