sphinx_verify 1.0.1 sphinx_verify: ^1.0.1 copied to clipboard
Sphinx Verify is a Flutter package that amis to provider a interface to amazon recognition service. with built-in use cases.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sphinx_verify
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sphinx_verify: ^1.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sphinx_verify/sphinx_verify.dart';