Getting Started
This page covers the quickest path to installing and navigating Auth0 Dart Auth SDK.
Install the Package
Add the package to your pubspec.yaml:
dependencies:
auth0_dart_auth_sdk: ^0.0.4
Then run:
dart pub get
Start with the Package Sources
-
Pubspec: apps/sdks/auth0-dart-auth-sdk/auth0-dart-auth-sdk/backend/pubspec.yaml
-
README: apps/sdks/auth0-dart-auth-sdk/auth0-dart-auth-sdk/README.md
-
Examples: apps/sdks/auth0-dart-auth-sdk/auth0-dart-auth-sdk/example
-
Tests: apps/sdks/auth0-dart-auth-sdk/auth0-dart-auth-sdk/backend/test