-
Notifications
You must be signed in to change notification settings - Fork 0
Networking
Dan M edited this page Mar 29, 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)
Models - Currently Empty