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

[url_launcher] Re-endorse null-safe web implementation. #3557

Merged
merged 1 commit into from
Feb 17, 2021
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions packages/url_launcher/url_launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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