Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion packages/url_launcher/url_launcher_web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ The web implementation of [`url_launcher`][1].
**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.

Expand All @@ -31,7 +33,8 @@ dependencies:
```

### 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.

[1]: ../url_launcher/url_launcher
[1]: ../url_launcher