Skip to content

PerchCredit/vouched_flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 57.9%
  • Kotlin 20.8%
  • Swift 14.8%
  • Ruby 5.0%
  • Objective-C 1.5%