iamvivekkaushik / DatePickerTimelineFlutter

Flutter Date Picker Library that provides a calendar as a horizontal timeline
Apache License 2.0
286 stars 203 forks source link

Hide deactivated dates widgets #62

Open gracecarrillo opened 2 years ago

gracecarrillo commented 2 years ago

Allow hiding date widgets if that date is deactivated by wrapping your DateWidget in a Visibility widget. Let the user pass a boolean to decide if hiding or not.