-
Notifications
You must be signed in to change notification settings - Fork 0
Utils
Dan M edited this page Mar 25, 2022
·
4 revisions
The Utils library contains:
-
Alarm: A modification of the standard dart
Timer, supporting being triggered at a specificDateTimeas well as after a duration
And the following sub-libraries:
- Maths: A library containing maths utilities for randomness, standard operations and in the future potentially more advanced maths functions
- Networking: A library containing a rest client wrapper, GRPC utilities and a wrapper around Flutter AppAuth
- System: A library containing utilities for logging, sensors and device information
Models - Currently Empty