Explore Para’s mobile integration examples for Flutter
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.
# Clone the repositorygit clone https://github.com/getpara/examples-hub.gitcd examples-hub/mobile/with-flutter# Install dependenciesflutter pub get# Configure your API key# Edit lib/client/para.dart with your API key# Run the exampleflutter run
Don’t see an example for your use case? Para’s team is eager to create new examples to help you integrate with different libraries, third-party features, or providers.