Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

added disclaimer for missing web support in readme of url_launcher. #3350

Closed
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
6 changes: 6 additions & 0 deletions packages/url_launcher/url_launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,9 @@ If you do this for a URL of a page containing JavaScript, make sure to pass in
`enableJavaScript: true`, or else the launch method will not work properly. On
iOS, the default behavior is to open all web URLs within the app. Everything
else is redirected to the app handler.

## Disclaimer
The `url_launcher: 6.0.0-nullsafety.1` plugin does not have web support.
The web support is temporarily disabled until the web is migrated to nnbd.
See comments in [`pubspec.yaml`](https://github.com/flutter/plugins/blob/34667d44cc1f8668e24058f02f823f119214e2ee/
packages/url_launcher/url_launcher/pubspec.yaml#L37) file.