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: Using VouchedScanner: VouchedScanner( apiKey: <YOUR-API-KEY>, ) At build time: flutter run --dart-define=VOUCHED_API_KEY=<YOUR-API-KEY>