Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sarbagyastha/vouched_flutter
- Owner: sarbagyastha
- License: other
- Created: 2021-11-16T11:47:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T11:53:01.000Z (about 3 years ago)
- Last Synced: 2024-12-20T17:09:14.669Z (12 days ago)
- Language: Dart
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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=
```