> ## 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.

# Mobile Examples

> Explore Para's mobile integration examples for Flutter

Para provides a minimal, focused Flutter example demonstrating clean integration patterns with the Flutter 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 integration:

<Card horizontal title="Flutter Example App" imgUrl="/images/v3/framework-flutter.png" href="https://github.com/getpara/examples-hub/tree/3.0.0/mobile/with-flutter" description="Complete Para SDK implementation with authentication, wallet management, and blockchain interactions" />

### 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, 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.
