Skip to content

privy-io/flutter-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧪 PrivySDK Flutter Starter App

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! 🎉

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published