interactive_gantt_chart 0.0.6
interactive_gantt_chart: ^0.0.6 copied to clipboard
A Flutter package to create interactive resizable Gantt charts.
0.0.1 #
- Initial release
0.0.2 #
- Fix chart height not consistent with small amount of tasks
- Add optional
scrollWhileDragto enable/disable scrolling while dragging tasks on edge of screen
0.0.3 #
- Add optional custom builder for task labels
0.0.4 #
- Add date end start resizable
- Add optional scroll to current date on init
0.0.5 #
- Add pitch to scale the chart parameter
- Fix onDragEnd not called
- Temporary disable scroll when dragging entire task
0.0.6 #
- Remove pitch to scale the chart parameter
- Add GanttMode for showing the gantt chart in daily, weekly or monthly mode