task_scheduler 0.0.2 task_scheduler: ^0.0.2 copied to clipboard
The Task Scheduler Widget is a Flutter component designed to display a schedule with customizable time slots and tasks. It provides functionalities to schedule tasks, rearrange them, and visualize the [...]
0.0.1 #
- Initial release.
0.0.2 #
- Updated min Dart SDK to 2.12.0
- Entry Resizing
- Allow users to resize entries to adjust their duration.
- Define callbacks to handle resizing events, including update and completion events.
- Prevent overlapping of entries during resizing with customizable logic.
- Added Calendar Views
- Calendar view provides a week schedule view. There are two types to choose from,
CalendarView.weekView()
andCalendarView.weekViewWithMonth()
.
- Calendar view provides a week schedule view. There are two types to choose from,
- Block off specific periods on a schedule for a resource.