odds_account_sdk 1.0.0 copy "odds_account_sdk: ^1.0.0" to clipboard
odds_account_sdk: ^1.0.0 copied to clipboard

Odds client side account authentication and authorization SDK

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add odds_account_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  odds_account_sdk: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:odds_account_sdk/client.dart';
import 'package:odds_account_sdk/client.g.dart';
import 'package:odds_account_sdk/provider/authing.dart';
2
likes
95
pub points
0%
popularity

Publisher

unverified uploader

Odds client side account authentication and authorization SDK

Homepage
Repository

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

authing_sdk, flutter, json_annotation

More

Packages that depend on odds_account_sdk