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

Commit

Permalink
[url_launcher] Re-endorse web implementation. (#3557)
Browse files Browse the repository at this point in the history
This change re-endorses url_launcher_web, now that it's been migrated to null-safety.
  • Loading branch information
ditman committed Feb 17, 2021
1 parent aaabec0 commit 6d8ea78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/url_launcher/url_launcher/CHANGELOG.md
@@ -1,3 +1,7 @@
## 6.0.0-nullsafety.7

* Re-endorse `url_launcher_web` in the `nullsafety` prerelease.

## 6.0.0-nullsafety.6

* Correct statement in description about which platforms url_launcher supports.
Expand Down
10 changes: 4 additions & 6 deletions packages/url_launcher/url_launcher/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: url_launcher
description: Flutter plugin for launching a URL. Supports
web, phone, SMS, and email schemes.
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher
version: 6.0.0-nullsafety.6
version: 6.0.0-nullsafety.7

flutter:
plugin:
Expand All @@ -12,9 +12,8 @@ flutter:
pluginClass: UrlLauncherPlugin
ios:
pluginClass: FLTURLLauncherPlugin
# TODO(mvanbeusekom): Temporary disabled until web is migrated to nnbd (advised by @blasten).
#web:
# default_package: url_launcher_web
web:
default_package: url_launcher_web
linux:
default_package: url_laucher_linux
macos:
Expand All @@ -34,8 +33,7 @@ dependencies:
url_launcher_linux: ^0.1.0-nullsafety
url_launcher_macos: ^0.1.0-nullsafety
url_launcher_windows: ^0.1.0-nullsafety
# TODO(mvanbeusekom): Temporary disabled until web is migrated to nnbd (advised by @blasten).
#url_launcher_web: ^0.1.3
url_launcher_web: ^2.0.0-nullsafety

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 6d8ea78

Please sign in to comment.