How can we get the list of selected dates from days of current year in flutter? - flutter

I want to get the list of dates from selected day from calendar.
The scenario is that I have a screen in which I am displaying the weekly days and user can select any of the day from week. Suppose that any user selected "Monday" and "Friday" from that weekly Calendar then I want the dates which is coming on "Monday" and "Friday" during the current whole year in a list. I attached the screen shot of that app for getting better idea.
This functionality I want in flutter. So, if anyone have idea about it then please let me know.
Any type of your help is appreciated.
Thanks in advance.
Image:

Related

Custom Calendar like Google Flutter

I am trying to achieve this type of calendar with flutter. Its similar to that of google calendar which highlights the week day while closed and toggles to show the full month when tapped. Is there any library around to achieve this?

Need to show previous and next month days in the current month calendar with Angular Material Datepicker

I am using Angular 7 and material library to create form controls. I am struggling to show previous and next month days in the current month calendar. Means I need full week calendar.
And how can I change week labels.Like - Sun, Mon,Tue,Wed,Thu.Fri,Sat

How to NOT show the picker for minutes in showTimePicker?

Before Flutter v1.7.8 update, showTimePicker would show the HOUR only, but after the update a fix was implemented to show the minutes after the hour is picked.
In our current project, we don't need to show the minutes, we ask the user to pick the time only.
How do we NOT SHOW the minutes picker, after the hour is picked?
Any help is appreciated!

How to show both normal and Chinese calendar in CollectionView in Swift 4?

I want to make an iOS app by Swift like this picture to show user both of calendar. The top one is the date of the normal calendar and the other is the equivalent date of the Chinese calendar. My problem is that I only show the date of the normal calendar and don't know how to show the other one. So anyone has the idea to do this please tell me.

Display uialertview only once every day, week, month?

I was wondering if there is an easy way to display an alertview, but then not display it again until a week passes. Thanks for your help
Yes. Checkout Local Notifications