spinner library

Constants

spinnerGlyphs → const List<String>

Functions

spinner(int counter) String
Returns a spinnerGlyphs for counter.
waitForTask(String description, Future otherWork) Future
Waits for otherWork, a long running task to complete while rendering a spinner to the screen with description.