address_verify 0.1.1 copy "address_verify: ^0.1.1" to clipboard
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_verify

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  address_verify: ^0.1.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:address_verify/address_verify.dart';
2
likes
160
points
166
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#ocr #address #documents #pre-screening #compliance

License

MIT (license)

Dependencies

crypto, file_picker, flutter, geocoding, geolocator, google_mlkit_text_recognition, image, pdfx

More

Packages that depend on address_verify