WA Adder App
WhatsApp Contacts Adder is an Android app built with Flutter that allows users to add WhatsApp contacts, without giving WhatsApp access to their contacts.Important: For this app to work, make sure your contacts (or the number you enter) has the country code.
Problem Statement
Unlike other apps (e.g. Telegram), WhatsApp doesn't work properly without having access to the phone's contacts. Most functionalities work, but you practically can't add contacts.
So, for it to work, you'd have to ask people to add you.
How this app solves it
This FOSS app basically acts as a man-in-the-middle that gets access to your contacts, and then through a simple mock API call, initiates a chat with whichever contact you prefer.
You can also start chatting with a phone number directly without adding it as a contact in your phone book!
Features
๐ WhatsApp Shortcut โ Instantly open a WhatsApp chat using the selected contact's phone number.
โก No-contact WhatsApp Instant Chat โ Instantly open a WhatsApp chat with a given non-contact phone number!
๐ View Contacts โ Displays all phone contacts in a structured, scrollable alphabet list.
๐ Search Functionality โ Quickly find contacts with a real-time search feature.
๐๏ธ Add or Edit Contacts โ One-stop-shop for quick access to your contacts Add, Edit, Add to existing, or Remove!
What's new in 1.0.1
- Replaced snackbar notifications with toast notifications.
- Updated the app icon.