SocialShare.checkInstalledAppsForShare().then((value) => {
value?.forEach((key, value) {print("$key : $value");})
});
Output:
I/flutter ( 2860): sms : false
I/flutter ( 2860): instagram : false
I/flutter ( 2860): facebook : false
I/flutter ( 2860): twitter : false
I/flutter ( 2860): whatsapp : false
I/flutter ( 2860): telegram : false
Version: ^2.1.1
Also, sharing is not working, I think because of that.