app_contact_checker 0.0.4
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.yamlfor better clarity on pub.dev. - Updated
LICENSEfile to use the full, official text of the Unlicense to improve recognition by pub.dev.
0.0.3 #
- Clarified usage example in
README.mdwith a sample phone number. - Added iOS implementation to check if apps are installed.
- Updated
Info.plistwithLSApplicationQueriesSchemesfor iOS. - Updated
README.mdto 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
isOnTelegramwas 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