✨Works out of the box guarantee. If you face any issue at all, hit us up on Telegram and we will write the integration for you.
logoReclaim Protocol Docs

Flutter SDK

Welcome to the Reclaim Protocol Flutter SDK! This SDK allows you to seamlessly integrate Reclaim functionality into your Flutter applications for both Android and iOS. With our Flutter SDK, you can easily implement a secure process for users to prove their credentials from other websites without sharing sensitive information.

Quick Start Guide: Reclaim Flutter SDK

Getting Started

Start building with Reclaim in just a few simple steps:

  1. Installation

    • Set up the Reclaim Flutter SDK in your project
  2. Flutter Example

    • Learn core concepts and implementation basics

Understanding the Flow

Here's how Reclaim integrates with your Flutter application:

  1. Initial Access: User launches your Flutter application
  2. Session Initialization: Your app creates a new Reclaim session
  3. URL Generation: System generates a secure request URL
  4. Authentication Flow: User authenticates on the target platform (e.g., Amazon.com)
  5. Proof Creation: System generates a cryptographic proof on the user's device
  6. Proof Handling: User submits the proof back to your application
  7. Validation: Your app verifies the proof's authenticity

Implementation Options

Choose the approach that best fits your needs:

Mobile-Only Implementation

✓ Best for:

  • Quick prototypes
  • MVP development
  • Simple applications

Full Stack Implementation

✓ Recommended for:

  • Production applications
  • Enhanced security requirements
  • Custom authentication needs

Practical Examples

Explore our implementation guides:

Advanced Features

Take your implementation further:

Support Resources

Get help when you need it:

Community Support

Stay Updated

  • Twitter - Latest updates and announcements
  • GitHub - Access source code and contribute

Ready to start building? Let's dive into the installation process!

On this page