> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dfns.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Flutter SDK

> Client-side Dfns SDK for Flutter apps, with passkey signing, user authentication, and delegated wallet support for iOS and Android.

<Warning>
  **Attention: This project is currently in BETA.**

  This means that while we've worked hard to ensure its functionality, stability, and security, there may still be bugs, performance issues, or unexpected behavior.
</Warning>

For developers using this hybrid mobile framework from Google, we have a Dart compatible SDK available [here](https://github.com/dfns/dfns-sdk-flutter).

## Installation

```bash theme={null}
flutter pub add dfns_sdk_flutter
```
