Launch Phone and WhatsApp | Flutter Url Launcher

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 37

  • @meandmydodge
    @meandmydodge 2 месяца назад +1

    Good One Brother, Subscribed.

    • @AIWithFlutter
      @AIWithFlutter  2 месяца назад +1

      Thanks man ! Appreciate that 🙏

  • @acornerofherheart-jr9pl
    @acornerofherheart-jr9pl 6 месяцев назад +1

    helpful and very easy to understand.... thanks a bunch

    • @AIWithFlutter
      @AIWithFlutter  6 месяцев назад

      Welcome ! Appreciate that 🙏

  • @someshsahu4638
    @someshsahu4638 Год назад +2

    Very nice explanation thank you so much🙏🏼🙏🏼🙏🏼

  • @ahmedhussin-s5c
    @ahmedhussin-s5c Год назад +1

    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 ?

    • @AIWithFlutter
      @AIWithFlutter  Год назад

      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.

  • @MrIMacro
    @MrIMacro 8 месяцев назад

    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

  • @vfthome-yt
    @vfthome-yt 7 месяцев назад +1

    Thanks friend!

  • @bukharivoice786
    @bukharivoice786 Год назад +2

    No whatsapp installed Error on android 12 phone

  • @michaelalo3363
    @michaelalo3363 2 года назад +1

    Great Tutorial.

  • @valvaillant5618
    @valvaillant5618 3 месяца назад

    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?

  • @unclebob5644
    @unclebob5644 2 года назад +1

    It's working !! Thanks !

  • @bukharivoice786
    @bukharivoice786 Год назад +1

    Its not working on android 12

  • @ashokkmr8758
    @ashokkmr8758 Год назад

    how to launch apps like phone , contacts, settings , calculator and other?

  • @ZEEVLOGSzubair_malik
    @ZEEVLOGSzubair_malik Год назад

    this link is not working for Android. I have already added some code in manifest file. but still not working. Please support.

    • @AIWithFlutter
      @AIWithFlutter  Год назад

      Hi, do you mean the WhatsApp link is not working for android or the URL website link that you wish to launch ?

    • @ZEEVLOGSzubair_malik
      @ZEEVLOGSzubair_malik Год назад

      @@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.

  • @SheshipreethamYedugani
    @SheshipreethamYedugani Месяц назад

    It's not working for mobile it works for web only

  • @mohamedsamyalsaid1296
    @mohamedsamyalsaid1296 Год назад +1

    where is the source code pls

    • @AIWithFlutter
      @AIWithFlutter  Год назад

      Hi 👋, we are so sorry to say that there is no source code uploaded for this tutorial . We apologise for any inconvenience caused . Thanks 🙏

  • @ahmetmadenn
    @ahmetmadenn Год назад +1

    Android version please?

    • @AIWithFlutter
      @AIWithFlutter  Год назад

      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 🙏

    • @ahmetmadenn
      @ahmetmadenn Год назад

      @@AIWithFlutter thanks bro, i just started learning flutter. Can you add Turkish subtitles please?

  • @wezone88
    @wezone88 Год назад +2

    how to direct call for whatsapp number?

    • @AIWithFlutter
      @AIWithFlutter  Год назад

      Hi, currently WhatsApp doesn’t provide a link to make call directly. For more details, check out to faq.whatsapp.com. Much appreciate !

  • @tahmincibaba8131
    @tahmincibaba8131 Год назад +10

    net::ERR_UNKNOWN_URL_SCHEME
    android

    • @AIWithFlutter
      @AIWithFlutter  Год назад

      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.

    • @tluanga-ruatpuii-pa
      @tluanga-ruatpuii-pa Год назад

      @@AIWithFlutter even though i have browser and the url schemes are correct it tries to open using a browser

    • @bambanx
      @bambanx Год назад

      same problem and is not because its does not have browser or invalid url@@AIWithFlutter

    • @bambanx
      @bambanx Год назад +1

      did you fixed ?
      if yes please share i need same and i cant found solution

    • @mohammadhasnian5512
      @mohammadhasnian5512 Год назад

      @@bambanx brother if you found the solution please share.