authing_sdk 0.0.1 copy "authing_sdk: ^0.0.1" to clipboard
authing_sdk: ^0.0.1 copied to clipboard

Authing SDK for Flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add authing_sdk

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

dependencies:
  authing_sdk: ^0.0.1

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:authing_sdk/authing.dart';
import 'package:authing_sdk/client.dart';
import 'package:authing_sdk/result.dart';
import 'package:authing_sdk/user.dart';
import 'package:authing_sdk/util.dart';