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

# Flutter

> Launch Dojah's verification flow in a Flutter app with the dojah_kyc_sdk_flutter package.

Launch Dojah’s verification flow in a Flutter app with the `dojah_kyc_sdk_flutter` package.

<Note>
  Mobile SDKs launch by **WidgetID** (from [EasyOnboard](/dashboard-guide/workflows/easyonboard)). A WebView build, `flutter_dojah_kyc`. See [Choosing an SDK](/api-reference/widget-sdks/choosing-an-sdk).
</Note>

## Install

```bash Terminal theme={null}
flutter pub add dojah_kyc_sdk_flutter
```

## Initialize

```dart main.dart theme={null}
import 'package:dojah_kyc_sdk_flutter/dojah_kyc_sdk_flutter.dart';

DojahKyc.launch(
  "your_widget_id",                 // required
  referenceId: "DJ-123456",         // optional
  email: "user@email.com",           // optional
)
```

## Resources

**Native SDK**

* [pub.dev — dojah\_kyc\_sdk\_flutter](https://pub.dev/packages/dojah_kyc_sdk_flutter)
* [GitHub — dojah-inc/Dojah-flutter-sdk](https://github.com/dojah-inc/Dojah-flutter-sdk) · [example app](https://github.com/dojah-inc/Dojah-flutter-sdk/tree/main/example)

**WebView SDK**

* [pub.dev — flutter\_dojah\_kyc](https://pub.dev/packages/flutter_dojah_kyc)
* [GitHub — dojah-inc/Flutter-SDK](https://github.com/dojah-inc/Flutter-SDK)

**Underlying native SDKs**

* [GitHub — dojah-inc/sdk-swift](https://github.com/dojah-inc/sdk-swift) · [releases](https://github.com/dojah-inc/sdk-swift/releases)
* [GitHub — dojah-inc/sdk-kotlin](https://github.com/dojah-inc/sdk-kotlin) · [JitPack](https://jitpack.io/#dojah-inc/sdk-kotlin)
