task_scheduler 0.0.3+2 copy "task_scheduler: ^0.0.3+2" to clipboard
task_scheduler: ^0.0.3+2 copied to clipboard

The Task Scheduler Widget is a Flutter component designed to display a schedule with customizable time slots and tasks.

0.0.3+2 #

  • Removed restrictions to allow start and end times to extend up to midnight, covering the full 24-hour day.
  • Fixed minute duplication in the 12-hour format when including the period (AM/PM).

0.0.3+1 #

  • Updated Task Cards with a more cleaner layout
  • Updated blocked entries to include title and stripes

0.0.3 #

  • Added a line to indicate the current time.
  • Implemented transparency for past events when dragged.
  • Introduced a start and end time popup during dragging.
  • Updated left-hand clock section to hide minutes.
  • Fix widget resize issue.

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() and CalendarView.weekViewWithMonth().
  • Block off specific periods on a schedule for a resource.
  • Choose between 12-hour and 24-hour time formats.

0.0.1 #

  • Initial release.
5
likes
130
pub points
63%
popularity

Publisher

verified publisherpermanentlink.co.za

The Task Scheduler Widget is a Flutter component designed to display a schedule with customizable time slots and tasks.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on task_scheduler