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

App Contact Checker!.

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