Update dependency url_launcher to v6 #39
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.7.10
->^6.0.0
Release Notes
flutter/packages
v6.1.10
v6.1.9
v6.1.8
v6.1.7
v6.1.6
prefer_relative_imports
.v6.1.5
README.md
examples to thecode-excerpt
system.v6.1.4
v6.1.3
canLaunchUrl
recommendations.v6.1.2
v6.1.1
v6.1.0
launchUrl
andcanLaunchUrl
APIs;launch
andcanLaunch
are now deprecated. These new APIs:
String
URL argument with aUri
, to prevent common issueswith providing invalid URL strings.
forceSafariVC
andforceWebView
withLaunchMode
, which makesthe API platform-neutral, and standardizes the default behavior between
Android and iOS.
WebViewConfiguration
object. The default behavior for JavaScript and DOM storage is now enabled
rather than disabled.
closeWebView
in favor ofcloseInAppWebView
to clarifythat it is specific to the in-app web view launch option.
v6.0.20
default_package
registration for Windows, macOS, and Linux.v6.0.19
file
scheme usage.Uri
class link to SDK documentation.v6.0.18
meta
.v6.0.17
v6.0.16
v6.0.15
canLaunch
should be used.canLaunch
.v6.0.14
v6.0.13
v6.0.12
v6.0.11
v6.0.10
v6.0.9
recent version of Flutter relating to null safety.
v6.0.8
v6.0.7
Uri
queryencoding bug.
v6.0.6
url_launcher_platform_interface
2.0.3. This fixes an issuewhere 6.0.5 could fail to compile in some projects due to internal
changes in that version that were not compatible with earlier versions
of
url_launcher_platform_interface
.v6.0.5
Link
widget to the example app.v6.0.4
v6.0.3
v6.0.2
default_package
registration for Windows, macOS, and Linux.v6.0.1
file
scheme usage.Uri
class link to SDK documentation.v6.0.0
RaisedButton
andFlatButton
widgets.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.