Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
186 views

I'm using the url_launcher package in my flutter application. Testing on debug mode works, and so does release mode. However, when I update my app on the play store, it doesn't work. I have also tried ...
Newton Nthiga's user avatar
0 votes
1 answer
41 views

How can I change the cursor to pointer when a user hovers over the link on web? I have tried MouseRegion and it's not working: import 'package:url_launcher/link.dart'; class UserAgreementText extends ...
ololo's user avatar
  • 2,190
0 votes
1 answer
74 views

I have a flutter app where I want to dial a phone number directly. But instead of dialing the number, it just opens it on the dialer and I then have to press dial which is not the required behavior. I ...
Mervin Hemaraju's user avatar