app_contact_checker 0.0.3
app_contact_checker: ^0.0.3 copied to clipboard
App Contact Checker!.
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