flutter_calendar icon indicating copy to clipboard operation
flutter_calendar copied to clipboard

extend day view with "Padded day view" and drag and drop

Open ghost opened this issue 7 years ago • 1 comments

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 ?

ghost avatar Jul 28 '18 07:07 ghost

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.

pinkfish avatar Aug 23 '18 22:08 pinkfish