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