auth0_lib 0.5.2 copy "auth0_lib: ^0.5.2" to clipboard
auth0_lib: ^0.5.2 copied to clipboard

Flutter toolkit for Auth0 API and web pkce flow authentication. Forked: https://github.com/devdennysegura/flutter-auth0

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auth0_lib

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

dependencies:
  auth0_lib: ^0.5.2

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:auth0_lib/auth0_lib.dart';
0
likes
30
pub points
0%
popularity

Publisher

verified publisherbits.cr

Flutter toolkit for Auth0 API and web pkce flow authentication. Forked: https://github.com/devdennysegura/flutter-auth0

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, http, meta

More

Packages that depend on auth0_lib