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.Documentation Index
Fetch the complete documentation index at: https://docs.getpara.com/llms.txt
Use this file to discover all available pages before exploring further.
Para Flutter Example
Explore our complete Flutter application showcasing Para v2 integration: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.md→mobile/with-flutter: environment variables, build steps, troubleshootinglib/client/para.dart: replace the placeholder API key before runningflutter run