Skyost / FlutterWeekView

Displays a highly customizable week view (or day view) which is able to display events, to be scrolled, to be zoomed-in & out and a lot more !
https://pub.dev/packages/flutter_week_view
MIT License
208 stars 89 forks source link

Make event's "end" property optional #36

Open JulianKowalczuk opened 4 years ago

JulianKowalczuk commented 4 years ago

Is your feature request related to a problem? Please describe. Not all events has ending time and for these ones I would like to avoid setting "end" property.

Describe the solution you'd like Make this option obsolete and let event's height be dynamic to let show whole event's description if needed.

Describe alternatives you've considered There is none, since I'm ready to take care about this one.

Skyost commented 4 years ago

Why not. If, as you said, you're ready to take care about this one, feel free to do it. If you don't, I will do it when I will have some free time.