app_contact_checker 0.0.4 copy "app_contact_checker: ^0.0.4" to clipboard
app_contact_checker: ^0.0.4 copied to clipboard

A Flutter plugin to check if a phone number is registered on popular messaging apps like WhatsApp, Telegram, and more. Provides a simple and unified API for both Android and iOS.

app_contact_checker #

Important Notes #

  • Platform-Specific Behavior:

    • On Android, the plugin checks if a specific phone number is actually registered with the corresponding app (e.g., WhatsApp, Telegram).
    • On iOS, due to privacy restrictions, the plugin only checks if the corresponding app is installed. It does not check for the presence of a specific contact.
  • Testing: This plugin has been tested on Android only. The iOS implementation is provided but has not yet been tested.

Getting Started #

String phoneNumber = "+970591234567";

final _appContactCheckerPlugin = AppContactChecker();

_whatsAppChecker = await _appContactCheckerPlugin.isOnWhatsApp(phoneNumber);

_whatsAppBusinessChecker = await _appContactCheckerPlugin
.isOnWhatsAppBusiness(phoneNumber);

_telegramChecker = await _appContactCheckerPlugin.isOnTelegram(phoneNumber);
0
likes
160
points
242
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to check if a phone number is registered on popular messaging apps like WhatsApp, Telegram, and more. Provides a simple and unified API for both Android and iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Unlicense (license)

Dependencies

flutter, permission_handler, plugin_platform_interface

More

Packages that depend on app_contact_checker

Packages that implement app_contact_checker