From 57a30577b1031d5334fd861d3bddaf9faa898244 Mon Sep 17 00:00:00 2001 From: Roshan Prakash Raut Date: Fri, 18 Dec 2020 15:29:17 +0530 Subject: [PATCH 1/3] added disclaimer for missing web support. --- packages/url_launcher/url_launcher/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/url_launcher/url_launcher/README.md b/packages/url_launcher/url_launcher/README.md index f29b5327a611..7c5a07f147e5 100644 --- a/packages/url_launcher/url_launcher/README.md +++ b/packages/url_launcher/url_launcher/README.md @@ -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. +See comments in [`pubspec.yaml`](https://github.com/flutter/plugins/blob/34667d44cc1f8668e24058f02f823f119214e2ee/ +packages/url_launcher/url_launcher/pubspec.yaml#L37) file. \ No newline at end of file From 940656a4df37cc5c5ec5b917532db6009da3cdec Mon Sep 17 00:00:00 2001 From: Roshan Prakash Raut Date: Fri, 18 Dec 2020 16:58:00 +0530 Subject: [PATCH 2/3] Revert "added disclaimer for missing web support." This reverts commit 57a30577b1031d5334fd861d3bddaf9faa898244. --- packages/url_launcher/url_launcher/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/url_launcher/url_launcher/README.md b/packages/url_launcher/url_launcher/README.md index 7c5a07f147e5..f29b5327a611 100644 --- a/packages/url_launcher/url_launcher/README.md +++ b/packages/url_launcher/url_launcher/README.md @@ -94,9 +94,3 @@ 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. -See comments in [`pubspec.yaml`](https://github.com/flutter/plugins/blob/34667d44cc1f8668e24058f02f823f119214e2ee/ -packages/url_launcher/url_launcher/pubspec.yaml#L37) file. \ No newline at end of file From 5e080540d06f6debb16fdea6f25e8941237c66c1 Mon Sep 17 00:00:00 2001 From: Roshan Prakash Raut Date: Fri, 18 Dec 2020 17:03:32 +0530 Subject: [PATCH 3/3] added correct disclaimer for missing web support in url_launcher. --- packages/url_launcher/url_launcher/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/url_launcher/url_launcher/README.md b/packages/url_launcher/url_launcher/README.md index f29b5327a611..4c2a3c48b3ad 100644 --- a/packages/url_launcher/url_launcher/README.md +++ b/packages/url_launcher/url_launcher/README.md @@ -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. \ No newline at end of file