aleksanderwozniak / table_calendar

Highly customizable, feature-packed calendar widget for Flutter
Apache License 2.0
1.77k stars 974 forks source link

Custom markerDecoration with coditions in data of event list #882

Closed phamthangnd closed 1 month ago

phamthangnd commented 1 month ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] markerDecoration default by the define in CalendarStyle -> markerDecoration: const BoxDecoration(color: Colors.green, shape: BoxShape.circle); But with data of event with codition, we need to change this color (eg: red with error check)

Additional context Add any other context or screenshots about the feature request here. image

Update: use calendarBuilder with singleMarkerBuilder.