4

I wanted to add a Gantt chart in my flutter application based on the start and end date of any events from the google calendar. But I did not find any articles or packages which can help me to create a Gantt chart. Is there any way or references I can look at to create a Gantt chart in my application?

1 Answers1

0

This seems like a similar question to this.

I have been trying to implement something like this for a while now, and found the resources below useful.

A Medium article

A Github repo

dingo
  • 443
  • 3
  • 16