Skip to main content
Para provides a minimal, focused Flutter example demonstrating clean integration patterns with our v2 SDK. Our example app serves as a reference implementation that you can adapt to your specific needs.

Para Flutter Example

Explore our complete Flutter application showcasing Para v2 integration:

Flutter Example App

Highlights

  • One-Click login, passkeys, and password flows in lib/screens/auth_screen.dart
  • Social/OAuth providers and external wallets in lib/features/auth
  • Multi-chain wallet management plus signing demos in lib/features/wallets
  • End-to-end tests that exercise the full auth flow in test_e2e/

Run It

Follow the project README for setup and commands:
  • README.mdmobile/with-flutter: environment variables, build steps, troubleshooting
  • lib/client/para.dart: replace the placeholder API key before running flutter run
Need another integration? File an issue on the repo or reach out to the Para team.
I