ph_address_finder
A Flutter package for retrieving Philippine address details (Region → Province → Municipality → Barangay) using both PSA and PCIC codes.
This package contains:
provinces.jsonmunicipalities.jsonbarangays.json
All based on official PSA PSGC data.
🚀 Features
✔ Convert PSA codes into full address
✔ Supports PCIC RegionNo cascade lookups, including 3A handling
✔ Includes complete PH province, municipality, and barangay lists
✔ Very fast lookups
✔ Lightweight (JSON-based)
✔ Works offline
📦 Installation
Add to your pubspec.yaml:
dependencies:
ph_address_finder: ^3.1.0