python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Flutter web app : open url in the default smartphone browser
I have a firebase dynamic link that can be share in social media like facebook
in some cases when user click on the dynamic link from Facebook app ( example the link is my flutter web app : https://my...
RAITON
Votes: 0
Answers: 0
Unable to use geocoding with url launcher flutter
I am using flutter and my project uses url launcher. Now i have used geocoding package but while getting dependencies (giolocator is the class name) this error occur
Because no versions of geocoding m...
Navjot Aulakh
Votes: 0
Answers: 0
UrlLauncher( 9700): component name for mailto is null
So I know that for android version >= 30 you need to add queries in the manifest, but this didnt do the trick for me.
Im using Android Version 29. I nevertheless added these lines to my manifest.
S...
Nikita
Votes: 0
Answers: 2
How to launch Amazon app using product link in flutter?
I want to open Amazon App when someone press the elevated button. I am using url_launcher package and using affiliate product link.
ElevatedButton(
onPressed: () {
launch("https://w...
Gaurav Kumar
Votes: 0
Answers: 1