embeddedsdk 0.1.0
embeddedsdk: ^0.1.0 copied to clipboard
Passwordless identities for workforces and customers

Beyond Identity Flutter SDK #
Embedded #
The Embedded SDK is a holistic SDK solution offering the entire experience embedded in your product. Users will not need to download the Beyond Identity Authenticator.
Installation #
Add the Beyond Identity Embedded SDK to your dependencies
dependencies:
embeddedsdk: x.y.z
and run an implicit flutter pub get
Usage #
Check out the documentation for more info.
Example app #
To run the Android example app
- Run
flutter pub getfrom the root of the repo - Run
flutter runfrom the example directory or use Android Studio. Make sure an Android device is running.
To run the iOS example app
- Run
flutter pub getfrom the root of the repo - Run
pod install --repo-updatefromexample/iosdirectory - Run
flutter runfrom the example directory or use XCode.