url_launcher_web 0.1.5+3 copy "url_launcher_web: ^0.1.5+3" to clipboard
url_launcher_web: ^0.1.5+3 copied to clipboard

unlistedoutdated

Web platform implementation of url_launcher

url_launcher_web #

The web implementation of url_launcher.

Please set your constraint to url_launcher_web: '>=0.1.y+x <2.0.0'

Backward compatible 1.0.0 version is coming #

The plugin has reached a stable API, we guarantee that version 1.0.0 will be backward compatible with 0.1.y+z. Please use url_launcher_web: '>=0.1.y+x <2.0.0' as your dependency constraint to allow a smoother ecosystem migration. For more details see: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0

Usage #

Import the package #

To use this plugin in your Flutter Web app, simply add it as a dependency in your pubspec alongside the base url_launcher plugin.

(This is only temporary: in the future we hope to make this package an "endorsed" implementation of url_launcher, so that it is automatically included in your Flutter Web app when you depend on package:url_launcher.)

This is what the above means to your pubspec.yaml:

...
dependencies:
  ...
  url_launcher: ^5.1.4
  url_launcher_web: ^0.1.0
  ...

Use the plugin #

Once you have the url_launcher_web dependency in your pubspec, you should be able to use package:url_launcher as normal.

34
likes
20
points
3.41M
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

Web platform implementation of url_launcher

Repository (GitHub)
Contributing

License

Apache-2.0, BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, meta, url_launcher_platform_interface

More

Packages that depend on url_launcher_web