legacy_gantt_chart 0.2.0
legacy_gantt_chart: ^0.2.0 copied to clipboard
A flexible and performant Gantt chart widget for Flutter. Supports interactive drag-and-drop, resizing, dynamic data loading, and extensive theming.
0.2.0 #
- FEAT: Implemented dynamic time axis graduations that adjust based on the zoom level, from weeks down to minutes.
- FEAT: Added a resizable divider to the example app, allowing users to adjust the width of the data grid.
0.1.0 #
- FEAT: Added a tooltip to show start and end dates when dragging a task.
- FEAT: Added
resizeTooltipBackgroundColorandresizeTooltipFontColorto allow customization of the drag/resize tooltip.
0.0.10 #
- Improve example quality
0.0.9 #
- Add example to github actions
0.0.8 #
- Fix if... statements not enclosed in curly braces
0.0.7 #
- Dart format
- Update
analysis_options.yaml
0.0.6 #
- Update README.md to improve clarity
0.0.5 #
- Update URL of screenshot for compatibility with pub.dev
0.0.4 #
- Update README.md to include a screenshot
0.0.3 #
- Live update summary child background
0.0.2 #
- FEAT: Added a comprehensive example application to demonstrate features like external scrolling, theming, and custom builders.
- FIX: Corrected rendering failures by replacing an incorrect color method with the correct
withOpacity, resolving blank screen issues and linter warnings.
0.0.1 #
- Initial release of the legacy_gantt_chart package.
- Features include interactive task dragging and resizing, dynamic data loading, and theming.