stytch_dart_auth_sdk 0.0.1
stytch_dart_auth_sdk: ^0.0.1 copied to clipboard
A Dart SDK for Stytch Authentication, enabling secure server-side authentication and user management for Dart-based backend applications.
example/README.md
Example Projects #
This folder contains example projects for stytch_dart_auth_sdk.
Available Example #
stytch-dart-auth-sdk-flutter-mobile-app/: Flutter app that exercises SDK and compatibility-layer flows.
Run the Flutter Example #
cd stytch-dart-auth-sdk-flutter-mobile-app
flutter pub get
flutter run
Notes #
- The example is intended for SDK validation and UI demos.
- Some compatibility APIs in the SDK are currently mock/stub implementations and are included for interface parity during sample app development.