arabic_name_transliterator 0.1.1
arabic_name_transliterator: ^0.1.1 copied to clipboard
A comprehensive Flutter package to transliterate Arabic names (Saudi, Egyptian) to English with a large database of common names and automatic transliteration for unknown names.
Changelog #
0.0.1 • Initial Release #
🚀 Features #
- Added a powerful Arabic-to-English transliteration engine.
- Included large curated database of common Saudi & Egyptian names.
- Implemented intelligent fallback algorithm for names not found in the database.
- Full support for multi-word / compound Arabic names
(e.g., عبدالرحمن، عبدالعزيز، محمد علي أحمد). - Simple and developer-friendly API:
transliterate()— accurate name transliteration.hasCommonName()— check if a name exists in the database.getCommonName()— retrieve stored transliteration without fallback.
- High-accuracy output based on real-world name usage.
📘 Data #
- Added thousands of verified male names (Saudi & Egyptian).
- Added thousands of verified female names.
- Added support for common compound names (عبدالرحمن، عبدالملك…).
🧩 Extras #
- Example usage included.
- Widget demonstration added.
- MIT license added.
- Full documentation included.