interactive_gantt_chart 0.0.9
interactive_gantt_chart: ^0.0.9 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
0.0.7 #
- Add option to custom each width per day on each GanttMode
- Show tooltip on date label when on Weekly or Monthly mode
- Add support for subtasks
0.0.8 #
- Fix draw wrong table height when height is smaller than reserved height
0.0.9 #
- Fix GanttSubData not updated
- Separating generic type for GanttData and GanttSubData