address_verify
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.
What this package is like to depend on
Last release 2 months ago
18 Jun 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
2 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · Jun 2026 to Jun 2026Releases
latest 2-
0.1.118 Jun 2026Release notes
Open source →- Bump dependencies to latest majors:
file_picker^11.0.0,geolocator^14.0.0,geocoding^4.0.0, andgoogle_mlkit_text_recognition^0.15.0. - Migrate to file_picker 11's static
FilePicker.pickFilesAPI (replaces the removedFilePicker.platformaccessor). No public API changes; behavior is unchanged.
- Bump dependencies to latest majors:
-
0.1.018 Jun 2026Release notes
Open source →First feature-complete release of
address_verify.- Headless
AddressVerifyEnginewith the full pre-screening pipeline: validate -> OCR -> address/name match -> location cross-reference -> weighted signal fusion -> packaged result. AddressVerifyConfigexposes developer-defined document types, signal toggles, weights, OCR language, return mode, and theme.- Confidence fusion re-normalizes over present signals only, with a
per-signal
ConfidenceBreakdownreturned alongside every result. - Pure-Dart
AddressMatcherandNameMatcherwith normalization, bidirectional abbreviation handling, Jaccard overlap, and critical-token scoring. - File handling supports PDF, PNG, and JPG with size and format guards;
PDFs are rasterized via
pdfx(up to 3 pages when the first is sparse). - Default OCR provider backed by
google_mlkit_text_recognition; callers can inject their own viaOcrProvider. - Optional GPS country cross-reference via
geolocator+geocoding, including amockedLocationadvisory flag. - Themeable
AddressVerifyWidgetcovering doc-type select, upload, address form, and submit, plus a runnableexample/app wiring every option. - Honest-naming gate, golden matcher cases (including Nigerian/African address formats), and a full unit + widget test suite.
- Headless