Skip to content

Networking

Dan M edited this page Mar 28, 2022 · 6 revisions

The Networking library contains:

  • GrpcUtils: Very basic class that currently just has a wrapper for getting a ClientChannel
  • MayRest: A wrapper around the basic dart http client.
  • StatusCode: A class containing every common http code, and their String names.

And the following sub-libraries:

  • Auth: A library containing helper methods and related classes for flutter_appauth (Can be found here)

Clone this wiki locally