open_url 2.0.1 copy "open_url: ^2.0.1" to clipboard
open_url: ^2.0.1 copied to clipboard

Open a URL on the user's default application. Helpful on DartVM, on Flutter use url_launcher instead.

open_url #

pub package

Simple package to open URLs on the user's default application, using the platform's default utility:

  • start on Windows.
  • xdg-open on Linux.
  • open on MacOS.

This is normally used to display a website on a browser.

This package can only be used when running on the Dart VM.

On Flutter, use the url_launcher package instead.

On the Web, use window.open().

15
likes
140
pub points
84%
popularity

Publisher

unverified uploader

Open a URL on the user's default application. Helpful on DartVM, on Flutter use url_launcher instead.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on open_url