Skip to content
Dan M edited this page Mar 28, 2022 · 4 revisions

The Utils library contains:

  • Alarm: A modification of the standard dart Timer, supporting being triggered at a specific DateTime as 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

Clone this wiki locally