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

Custom widget as Event #100

Closed FerasAbushahla closed 1 year ago

FerasAbushahla commented 1 year ago

Could we use a custom Widget as an event instead of FlutterWeekViewEvent Widget?

Skyost commented 1 year ago

Yes, you can. Either you use the parameters available in the default FlutterWeekViewEvent constructor, or you override the build method in the FlutterWeekViewEvent class.