Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sarbagyastha/vouched_flutter

Vouched Plugin for Flutter
https://github.com/sarbagyastha/vouched_flutter

Last synced: 2 days ago
JSON representation

Vouched Plugin for Flutter

Awesome Lists containing this project

README

        

# 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`:
```dart
VouchedScanner(
apiKey: ,
)
```

2. At build time:
```shell
flutter run --dart-define=VOUCHED_API_KEY=
```