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.

0.0.4 #

  • Improved package description in pubspec.yaml for better clarity on pub.dev.
  • Updated LICENSE file to use the full, official text of the Unlicense to improve recognition by pub.dev.

0.0.3 #

  • Clarified usage example in README.md with a sample phone number.
  • Added iOS implementation to check if apps are installed.
  • Updated Info.plist with LSApplicationQueriesSchemes for iOS.
  • Updated README.md to clarify platform differences and testing status.
  • Reordered methods in Dart files for better readability.
  • Added documentation comments to the platform interface methods.
  • Improved error logging in the method channel.
  • Breaking change: Migrated Android implementation to use Kotlin Coroutines for non-blocking UI.
  • Fixed a critical bug where isOnTelegram was incorrectly checking for WhatsApp.
  • Added a check for blank phone numbers on Android to prevent crashes.
  • Improved contact permission handling logic.

0.0.2 #

  • Added a usage example to the README.md.

0.0.1 #

  • Initial release of the plugin, with support for checking contacts on WhatsApp, WhatsApp Business, and Telegram.
  • Updated license to "Unlicense".
  • Update README.md
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