Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Closed
Changes from 1 commit
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 is missing web support.
The web suppport is temporary disabled until web is migrated to nnbd.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: support* and temporarily*

See comments in [`pubspec.yaml`](https://github.com/flutter/plugins/blob/34667d44cc1f8668e24058f02f823f119214e2ee/
packages/url_launcher/url_launcher/pubspec.yaml#L37) file.