Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 6
    I have tried and It does not seem to work for me on flutter web Commented May 20, 2019 at 12:35
  • 2
    The _launchURL() code works. All that's needed here is to follow the instructions at github.com/flutter/plugins/tree/master/packages/url_launcher/…. Basically add the dependencies for both url_launcher and url_launcher_web in pubspec.yaml. Example: url_launcher: ^5.2.5 url_launcher_web: ^0.1.0 Commented Dec 28, 2019 at 20:06