We have created a set of Dart packages that can be used to interact with the Turnkey API. These can be combined to create a fully-featured Flutter app, powered by Turnkey.Documentation Index
Fetch the complete documentation index at: https://turnkey-0e7c1f5b-andrew-widen.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Packages
| Package Name | Description | Link |
|---|---|---|
| turnkey_sdk_flutter | A Flutter package that simplifies the integration of the Turnkey API into Flutter applications. It provides secure session management, authentication, and cryptographic operations | turnkey_sdk_flutter |
| turnkey_http | A lower-level, fully typed HTTP client for interacting with the Turnkey API. | turnkey_http |
| turnkey_api_key_stamper | A Dart package for API stamping functionalities. It is meant to be used with Turnkey’s HTTP package. | turnkey_api_key_stamper |
| turnkey_flutter_passkey_stamper | A Flutter package for stamping payloads with passkeys. It is meant to be used with Turnkey’s HTTP package. | turnkey_flutter_passkey_stamper |
| turnkey_crypto | This package consolidates common cryptographic utilities used across our applications, particularly primitives related to keys, encryption, and decryption in a pure Dart implementation. | turnkey_crypto |
| turnkey_encoding | This package contains decoding and encoding functions used by other Turnkey packages. | turnkey_encoding |