flutter_calendar_view
flutter_calendar_view copied to clipboard
Resize, drag and drop feature
Hi thank you for sharing a beautiful library.
Are there any plans to add the ability to resize, drag and drop an event to a different time like in the syncfusion_flutter_calendar.
https://pub.dev/packages/syncfusion_flutter_calendar#calendar-features
Thank you
Hi not sure if you are still looking for this functionality but I made a fork that can do this on the DayView with an InteractiveDayViewEventTile . Just have a look at the example app as to how it works. This is just an example of how it could work.
https://github.com/werner-scholtz/flutter_calendar_view
@werner-scholtz Thanks for sharing :)
@ParthBaraiya What do you think?