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

Commit

Permalink
Improved documentation of the headers parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sempakonka authored and mvanbeusekom committed Oct 14, 2020
1 parent 6400b8e commit a25dbba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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 @@
## 5.7.4

* Improved documentation of the `headers` parameter.

## 5.7.3

* Check in linux/ directory for example/
Expand Down
3 changes: 3 additions & 0 deletions packages/url_launcher/url_launcher/lib/url_launcher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ import 'package:url_launcher_platform_interface/url_launcher_platform_interface.
/// [enableDomStorage] is an Android only setting. If true, WebView enable
/// DOM storage.
/// [headers] is an Android only setting that adds headers to the WebView.
/// Adding headers without using a WebView is not fully supported.
/// Some Browsers do not support adding headers. Some browsers partially
/// support it, depending on the browser version.
/// [webOnlyWindowName] is an Web only setting . _blank opens the new url in new tab ,
/// _self opens the new url in current tab.
/// Default behaviour is to open the url in new tab.
Expand Down
3 changes: 1 addition & 2 deletions packages/url_launcher/url_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: url_launcher
description: Flutter plugin for launching a URL on Android and iOS. Supports
web, phone, SMS, and email schemes.
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher
version: 5.7.3

version: 5.7.4
flutter:
plugin:
platforms:
Expand Down

0 comments on commit a25dbba

Please sign in to comment.