extend day view with "Padded day view" and drag and drop
I want to extend your code to build a 2nd day view that is more like google cal in that each hour is laid out with the cal events at the correct locations. Lets call it a "padded day view".
The current one you have is called a "schedule day view".
Once we have a "padded day view", we can add drag and drop. The code is here with a ani gif: https://github.com/Norbert515/flutter_list_drag_and_drop If you read his comments in the readme, he has changed his code to use the StackView approach, but i am really not sure how that aligns with your approach.
Would you be open to collaborating on this ?
That sounds good to me. I only needed the scrolling day view. So I didn't write the other views, although there is framework to support other views in there.