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.

5
  • I am sorry, it does not say there how to use it. Could you please show me the code? I add import 'package:flutter/url_launcher.dart'; not even that works, there is no example Commented Oct 15, 2020 at 18:35
  • 1
    You can find documentation here pub.dev/packages/url_launcher Commented Oct 15, 2020 at 23:04
  • 1
    url_launcher can only open in new tabs/new window. The OP asked for "same tab" eventually. Commented Mar 22, 2021 at 11:31
  • 1
    Facing problem with Android 11 Commented Aug 9, 2021 at 18:37
  • 7
    @MappaM webOnlyWindowName:'_self', do this. Commented Sep 3, 2021 at 17:05