Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 326 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 326 Bytes

Vouched Plugin for Flutter

Running Example App

To run the example app properly, an API KEY is required.

The API KEY can be provided in two ways:

  1. Using VouchedScanner:
VouchedScanner(
  apiKey: <YOUR-API-KEY>,
)
  1. At build time:
flutter run --dart-define=VOUCHED_API_KEY=<YOUR-API-KEY>