odds_account_sdk 1.0.0-dev.7 copy "odds_account_sdk: ^1.0.0-dev.7" to clipboard
odds_account_sdk: ^1.0.0-dev.7 copied to clipboard

Odds client side account authentication and authorization SDK

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add odds_account_sdk

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 dart pub get):

dependencies:
  odds_account_sdk: ^1.0.0-dev.7

Alternatively, your editor might support dart pub get or 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
0
pub points
0%
popularity

Publisher

unverified uploader

Odds client side account authentication and authorization SDK

Homepage
Repository

License

unknown (LICENSE)

Dependencies

authing_sdk, flutter, json_annotation

More

Packages that depend on odds_account_sdk