Great work! I have a question please, can I preform a specific task in the phone app like calling a specific number that I will pass from my flutter app ?
Hi, yes of course you can. With this launcher package, you can pass the specific number into the launchUrl function and it will open dialler app with the phone number inputted. Something like this. Future _makePhoneCall(String phoneNumber) async { final Uri launchUri = Uri( scheme: 'tel', path: phoneNumber, ); await launchUrl(launchUri); } replace the phoneNumber with the specific number. Thanks.
Amazing, could you please help me with my situation: i want the button to launch another app inside my project in vscode, not an external app. Could you please help me with that. Thanks
Hi, I liked your video. I m working on a project now, where I want to be able to open WhatsApp, Instagram and Facebook through my application, I did use the url_launcher but still cannot open even chrome for Instagram.. I think it' s about the Androidmanifest, how can you help me configure the file to use url launcher to open the whatsapp app?
Hi 👋, flutter works for both android and iOS. For android, you have to add the configuration as shown in 1:31 of the tutorial. You just have to launch the same project with android emulator. Thanks 🙏
Hi , there are 2 possible actions that caused this error. 1) There’s no browser application on your device which can handle this particular launcher action. 2) The url you are trying to pass / open doesn’t seem to be valid.
Good One Brother, Subscribed.
Thanks man ! Appreciate that 🙏
helpful and very easy to understand.... thanks a bunch
Welcome ! Appreciate that 🙏
Very nice explanation thank you so much🙏🏼🙏🏼🙏🏼
Appreciate that 🙏
Great work!
I have a question please, can I preform a specific task in the phone app like calling a specific number that I will pass from my flutter app ?
Hi, yes of course you can. With this launcher package, you can pass the specific number into the launchUrl function and it will open dialler app with the phone number inputted. Something like this.
Future _makePhoneCall(String phoneNumber) async {
final Uri launchUri = Uri(
scheme: 'tel',
path: phoneNumber,
);
await launchUrl(launchUri);
}
replace the phoneNumber with the specific number.
Thanks.
Amazing, could you please help me with my situation: i want the button to launch another app inside my project in vscode, not an external app. Could you please help me with that. Thanks
Thanks friend!
Welcome ! Glad it helps.
No whatsapp installed Error on android 12 phone
Great Tutorial.
Hi, I liked your video.
I m working on a project now, where I want to be able to open WhatsApp, Instagram and Facebook through my application, I did use the url_launcher but still cannot open even chrome for Instagram..
I think it' s about the Androidmanifest, how can you help me configure the file to use url launcher to open the whatsapp app?
It's working !! Thanks !
Its not working on android 12
how to launch apps like phone , contacts, settings , calculator and other?
this link is not working for Android. I have already added some code in manifest file. but still not working. Please support.
Hi, do you mean the WhatsApp link is not working for android or the URL website link that you wish to launch ?
@@AIWithFlutter i want to open whatsaap in android. But the way you learnt us in this video is not working for Android. For IOS its working fine.
It's not working for mobile it works for web only
where is the source code pls
Hi 👋, we are so sorry to say that there is no source code uploaded for this tutorial . We apologise for any inconvenience caused . Thanks 🙏
Android version please?
Hi 👋, flutter works for both android and iOS. For android, you have to add the configuration as shown in 1:31 of the tutorial. You just have to launch the same project with android emulator. Thanks 🙏
@@AIWithFlutter thanks bro, i just started learning flutter. Can you add Turkish subtitles please?
how to direct call for whatsapp number?
Hi, currently WhatsApp doesn’t provide a link to make call directly. For more details, check out to faq.whatsapp.com. Much appreciate !
net::ERR_UNKNOWN_URL_SCHEME
android
Hi , there are 2 possible actions that caused this error.
1) There’s no browser application on your device which can handle this particular launcher action.
2) The url you are trying to pass / open doesn’t seem to be valid.
@@AIWithFlutter even though i have browser and the url schemes are correct it tries to open using a browser
same problem and is not because its does not have browser or invalid url@@AIWithFlutter
did you fixed ?
if yes please share i need same and i cant found solution
@@bambanx brother if you found the solution please share.