crossmint_auth 0.1.1 copy "crossmint_auth: ^0.1.1" to clipboard
crossmint_auth: ^0.1.1 copied to clipboard

Pure-Dart authentication primitives for the Crossmint Flutter SDK — auth state, session storage, and shared models.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add crossmint_auth

With Flutter:

 $ flutter pub add crossmint_auth

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

dependencies:
  crossmint_auth: ^0.1.1

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:crossmint_auth/crossmint_auth.dart';
0
likes
140
points
1.19k
downloads

Documentation

API reference

Publisher

verified publishercrossmint.com

Weekly Downloads

Pure-Dart authentication primitives for the Crossmint Flutter SDK — auth state, session storage, and shared models.

Homepage
Repository (GitHub)
View/report issues

Topics

#crossmint #authentication

License

Apache-2.0 (license)

Dependencies

crossmint_core

More

Packages that depend on crossmint_auth