flutter_heyteacher_timer_workflow 2.0.8+140 copy "flutter_heyteacher_timer_workflow: ^2.0.8+140" to clipboard
flutter_heyteacher_timer_workflow: ^2.0.8+140 copied to clipboard

The flutter heyteacher package for manage timer workflow, that means tasks with an execution duration prefixed

Flutter Heyteacher Timer Workflow #

This package provides functionalities to manage timer-based workflows for the Heyteacher project.

Features #

This package exports the following modules via timer_workflow.dart:

  • Workflow Management:
    • TimerWorkflow: The core class for managing the lifecycle of a timer workflow.
    • WorkflowStatus: Defines the current state of the workflow.
  • Tasks:
    • TimerTask: Represents a specific task definition within the workflow.
    • RunningTask: Represents an active instance of a task.
  • Localization: FlutterHeyteacherTimerWorkflowLocalizations provides localized strings for workflow-related UI.
  • Error Handling:
    • WorkflowTaskAlreadyInitialized
    • WorkflowTaskNotInitialized

Usage #

Import the main library file to access the components:

import 'package:flutter_heyteacher_timer_workflow/timer_workflow.dart';
0
likes
150
points
13
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

The flutter heyteacher package for manage timer workflow, that means tasks with an execution duration prefixed

Repository
View/report issues

Topics

#flutter #timer #workflow #timer-workflow

Funding

Consider supporting this project:

liberapay.com

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_heyteacher_locale, flutter_heyteacher_platform, flutter_localizations, intl

More

Packages that depend on flutter_heyteacher_timer_workflow