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

Authing SDK for Flutter. It provides basic authentication APIs, user profile APIs, social connection APIs, Multi-factor Authentication APIs

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: ^1.1.12

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/config.dart';
import 'package:authing_sdk/oidc/auth_request.dart';
import 'package:authing_sdk/oidc/cookie_manager.dart';
import 'package:authing_sdk/oidc/oidc_client.dart';
import 'package:authing_sdk/result.dart';
import 'package:authing_sdk/user.dart';
import 'package:authing_sdk/util.dart';
6
likes
120
pub points
45%
popularity

Publisher

verified publisherflutter.authing.cn

Authing SDK for Flutter. It provides basic authentication APIs, user profile APIs, social connection APIs, Multi-factor Authentication APIs

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto, encrypt, flutter, http, pointycastle, shared_preferences

More

Packages that depend on authing_sdk