flutter_clean_calendar
flutter_clean_calendar copied to clipboard
Duplicate Date value from Firestore unable to load
Problem: I have the same date value from Firestore. But only one date value was retrieve. But in static value it will display the same date.
I try to check. I have 10 data , with 3 the same date. The result of looping 7 only. Which it means, in static if there is duplicate date value it will ignore.
Are you trying to show multiple events on the same day on the calendar, and the events are stored in Firestore?