This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[url_launcher]added windowName parameter in url_launcher #2926
Closed
Closed
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
e5457fd
added windowName parameter in url_launcher_web
balvinderz 9e3dc83
Merge branch 'master' into windowname
balvinderz 2964676
changed windowName parameter to webOnlyLinkTarget and made it optiona…
balvinderz 5ea8a47
changed windowName parameter to webOnlyLinkTarget and made it optiona…
balvinderz 01f9c36
changed webOnlyLinkTarget to webOnlyWindowName. Added test for mailto…
balvinderz 12efeb8
url_launcher changes
balvinderz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 5.5.1 | ||
|
||
* Added webOnlyWindowName web only parameter | ||
|
||
## 5.5.0 | ||
|
||
* Support Linux by default. | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,41 @@ | ||
name: url_launcher_example | ||
description: Demonstrates how to use the url_launcher plugin. | ||
name: url_launcher_web | ||
description: Web platform implementation of url_launcher | ||
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_web | ||
# 0.1.y+z is compatible with 1.0.0, if you land a breaking change bump | ||
# the version to 2.0.0. | ||
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 | ||
version: 0.1.3 | ||
flutter: | ||
plugin: | ||
platforms: | ||
web: | ||
pluginClass: UrlLauncherPlugin | ||
fileName: url_launcher_web.dart | ||
|
||
dependencies: | ||
url_launcher_platform_interface: | ||
git: | ||
url: https://github.com/balvinderz/plugins | ||
ref: windowname | ||
path: packages/url_launcher/url_launcher_platform_interface | ||
platform_detect: ^1.4.0 | ||
flutter: | ||
sdk: flutter | ||
url_launcher: | ||
path: ../ | ||
flutter_web_plugins: | ||
sdk: flutter | ||
meta: ^1.1.7 | ||
|
||
dev_dependencies: | ||
e2e: | ||
path: ../../../e2e | ||
flutter_driver: | ||
flutter_test: | ||
sdk: flutter | ||
url_launcher: | ||
git: | ||
url: https://github.com/balvinderz/plugins | ||
ref: windowname | ||
path: packages/url_launcher/url_launcher | ||
pedantic: ^1.8.0 | ||
mockito: ^4.1.1 | ||
plugin_platform_interface: ^1.0.0 | ||
|
||
flutter: | ||
uses-material-design: true | ||
environment: | ||
sdk: ">=2.2.0 <3.0.0" | ||
flutter: ">=1.10.0 <2.0.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
packages/url_launcher/url_launcher_platform_interface/CHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 1.0.8 | ||
|
||
* Added webOnlyWindowName parameter | ||
|
||
## 1.0.7 | ||
|
||
* Update lower bound of dart dependency to 2.1.0. | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# 0.1.3 | ||
|
||
- Added "windowName" parameter that lets you launch url in new tab,same tab or in an iframe | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's call the parameter:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please update this doc! :) |
||
|
||
# 0.1.2+1 | ||
|
||
- Update docs | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes the plugin unpublishable. Once we figure out all the rest of the changes, you'll have to split this PR in 3: one for each of the packages you've touched (and merge them in the correct order)