util/coolutil library
Classes
- CoolUtil
- Utility class providing common Flutter UI helpers and widgets.
-
MsgDisplay<
T> - Widget that displays a message from a ProcessResult with color-coded success/failure indication.
- OneTimeWorker
- Utility class that ensures a job is executed only once per unique job name.
-
ProcessResult<
T> - Represents the result of a process operation with success status and optional message/object.