-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[url_launcher] Update deps and docs in url_launcher_web #2289
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| # 0.1.0 | ||
|
|
||
| - Update docs and pubspec. | ||
|
|
||
| # 0.0.2 | ||
|
|
||
| - Switch to using `url_launcher_platform_interface`. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ name: url_launcher_web | |
| description: Web platform implementation of url_launcher | ||
| author: Flutter Team <flutter-dev@googlegroups.com> | ||
| homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_web | ||
| version: 0.0.2 | ||
| version: 0.1.0 | ||
|
|
||
| flutter: | ||
| plugin: | ||
|
|
@@ -12,18 +12,17 @@ flutter: | |
| fileName: url_launcher_web.dart | ||
|
|
||
| dependencies: | ||
| url_launcher_platform_interface: ^1.0.1 | ||
| flutter: | ||
| sdk: flutter | ||
| flutter_web_plugins: | ||
| sdk: flutter | ||
| meta: ^1.1.7 | ||
| url_launcher_platform_interface: ^1.0.1 | ||
|
|
||
| dev_dependencies: | ||
| flutter_test: | ||
| sdk: flutter | ||
| url_launcher: | ||
| path: ../url_launcher | ||
| url_launcher: ^5.2.5 | ||
|
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. Does
Member
Author
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. I've looked at the errors that prompted your change, and it seems that you attempted to use this package (too) early on, when it still used Method Channels. The most current implementations of this plugin and 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. Thanks David! I opened a PR to update the build dashboard back to using the latest then :) |
||
|
|
||
| environment: | ||
| sdk: ">=2.0.0-dev.28.0 <3.0.0" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.