jumiomobilesdk_example
Demonstrates how to use the JumioMobileSDK plugin.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Usage
Adjust your data center in the credentials.dart file, open a bash and run the following commands:
cd my_project
flutter pub get
cd ios && pod install
Afterwards, run your project on a real device with:
flutter run
Start a specific workflow with an sdk.token for authorization.
Note: Flutter supports Hot Reloads.