PackageTrack
Sign in Get early access

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.

0.1.1 enypeter/flutter_address_verify

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 2026
Release Pre-release

Releases

latest 2
  1. 0.1.1 18 Jun 2026
    Release notes
    • Bump dependencies to latest majors: file_picker ^11.0.0, geolocator ^14.0.0, geocoding ^4.0.0, and google_mlkit_text_recognition ^0.15.0.
    • Migrate to file_picker 11's static FilePicker.pickFiles API (replaces the removed FilePicker.platform accessor). No public API changes; behavior is unchanged.
    Open source →
  2. 0.1.0 18 Jun 2026
    Release notes

    First feature-complete release of address_verify.

    • Headless AddressVerifyEngine with the full pre-screening pipeline: validate -> OCR -> address/name match -> location cross-reference -> weighted signal fusion -> packaged result.
    • AddressVerifyConfig exposes 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 ConfidenceBreakdown returned alongside every result.
    • Pure-Dart AddressMatcher and NameMatcher with 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 via OcrProvider.
    • Optional GPS country cross-reference via geolocator + geocoding, including a mockedLocation advisory flag.
    • Themeable AddressVerifyWidget covering doc-type select, upload, address form, and submit, plus a runnable example/ app wiring every option.
    • Honest-naming gate, golden matcher cases (including Nigerian/African address formats), and a full unit + widget test suite.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive