address_verify 0.1.1
address_verify: ^0.1.1 copied to clipboard
On-device proof-of-address pre-screening for Flutter. Runs OCR and fuses fuzzy address, name, and GPS signals into a confidence score; not a verification authority.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add address_verifyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
address_verify: ^0.1.1Alternatively, 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:address_verify/address_verify.dart';