persona_flutter 1.0.4
persona_flutter: ^1.0.4 copied to clipboard
Persona Inquiry for Flutter. Integrates the native iOS and Android SDKs.
Persona Inquiry for Flutter #
Native implementation of the Persona Inquiry flow for Flutter.
This plugin integrates the native SDKs:
If you like this plugin and find it useful, I would be forever grateful for your support:
Feel free to leave any feedback here.
Installation #
Add persona_flutter
as a dependency in your pubspec.yaml file.
iOS #
You need to add the following key to your ios/Runner/Info.plist
:
<key>NSCameraUsageDescription</key>
<string>Can I use the camera please?</string>
Note: iOS 11.0 or later is required.
Android #
Change the minimum Android sdk version to 21 (or higher) in your android/app/build.gradle
file.
minSdkVersion 21
TODOs #
- ❌ Support for replacement strings customization
- ❌ Support for custom styling
- ❌ Implement tests