Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Latest commit

 

History

History
38 lines (28 loc) · 1.29 KB

File metadata and controls

38 lines (28 loc) · 1.29 KB

🧪 PrivySDK Flutter Starter App

This repository is archived. For up-to-date examples, please visit github.com/privy-io/examples.

This is a minimal Flutter starter app demonstrating the base functionality of the PrivySDK for authentication and user management.

🚀 Features

  • PrivySDK setup and initialization
  • Basic email authentication flow
  • Cross-platform support (iOS & Android)
  • Wallet creation (Solana and Ethereum)
  • Signing messages with the wallets

🛠 Getting Started

  1. Clone the repo:

    git clone https://github.com/privy-io/flutter-starter.git
    cd privy_flutter_starter
  2. Set up your environment variables: This project uses a .env file to manage your Privy App ID and Client ID. Create a file named .env in the root of the privy_flutter_starter directory and add your Privy credentials like this:

    PRIVY_APP_ID=YOUR_PRIVY_APP_ID
    PRIVY_CLIENT_ID=YOUR_PRIVY_CLIENT_ID

    Replace YOUR_PRIVY_APP_ID and YOUR_PRIVY_CLIENT_ID with your actual credentials from the Privy Dashboard.

  3. Run the app:

    flutter run
  4. Have fun building with Privy! 🎉