flutter_gantt 1.0.0
flutter_gantt: ^1.0.0 copied to clipboard
Flutter package for rendering an interactive and customizable Gantt chart widget.
1.0.0 - 2025-08-25 #
@rickypid
- Add
daysViews
as a controller parameter, this allows you to establish a view with the desired days. (#11)
Update dependencies #
- provider: ^6.1.5+1
- flutter_lints: ^6.0.0
0.10.0 - 2025-07-18 #
@RichiB20
The version 0.9.3 brings the following breaking changes:
- BREAKING CHANGES - Rename
GantActivity
inGanttActivity
- BREAKING CHANGES - Rename
GantActivityAction
inGanttActivityAction
- BREAKING CHANGES - Rename
GantActivitySegment
inGanttActivitySegment
- BREAKING CHANGES - Rename
GantActivityOnChangedEvent
inGanttActivityOnChangedEvent
0.9.3 - 2025-07-17 #
@RichiB20
- Add parent and children limitation during dragging
- Add
limitStart
andlimitEnd
for activity - Add
allowParentIndependentDateMovement
for gantt - Fix typo Gant -> Gantt
0.9.2 - 2025-07-08 #
@rickypid @RichiB20
- Draggable start/end activity
- Draggable activity
- Add documentations
- Add activity builder
- Add highlighted dates
0.0.6 - 2025-06-25 #
@RichiB20
- Add customization widget and text for activities list title and cell title.
- Add indication for current day.
0.0.5 - 2025-06-20 #
@RichiB20 @rickypid
- Add holidays.
0.0.4 - 2025-05-09 #
@RichiB20 @rickypid
- Init project.
0.0.3 - 2025-04-11 #
- Init project.
0.0.2 - 2025-04-03 #
@RichiB20
- Init project.
0.0.1 - 2025-03-17 #
@rickypid
- Init project.