at_progress library
Classes
- ProgressEvent
- The events which are published by a ProgressPublisher
- ProgressPublisher
- When implemented on a given class, other code can subscribe to ProgressEvents and choose how to provide feedback to users - e.g. by logging to stderr or stdout in a CLI program, or adding to a UI widget in a Flutter app, etc
Enums
- ProgressEventType
- The type of ProgressEvent
Extensions
- ChalkFunction on ProgressEventType
- A useful extension to assist in colour-coding output based on the ProgressEventType