gg_time_controller library

Classes

GgTimeController
Delivers time stamps. Can be started, paused, stopped. Jumping as well animating to a given time is possible.

Enums

GgTransportState
Different states of the time controller

Functions

exampleTimeController({OnTimeStamp? onTimeStamp, Stopwatch? stopwatch}) GgTimeController
Create an example time controller for test purposes

Typedefs

OnTimeStamp = void Function(GgSeconds)
Callback that is called on time stamp changesMi