Merge pull request #1354 from ueman/fix-pubspec.yaml
Improve links in pubspec.yaml
This commit is contained in:
commit
562ad12d43
|
@ -1,7 +1,9 @@
|
|||
name: flutter_inappwebview
|
||||
description: A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window.
|
||||
version: 5.4.4+4
|
||||
homepage: https://github.com/pichillilorenzo/flutter_inappwebview
|
||||
homepage: https://inappwebview.dev/
|
||||
repository: https://github.com/pichillilorenzo/flutter_inappwebview
|
||||
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
|
||||
|
||||
environment:
|
||||
sdk: ">=2.14.0 <3.0.0"
|
||||
|
@ -65,4 +67,4 @@ flutter:
|
|||
|
||||
false_secrets:
|
||||
- /nodejs_server_test_auth_basic_and_ssl/*.pem
|
||||
- /nodejs_server_test_auth_basic_and_ssl/*.pfx
|
||||
- /nodejs_server_test_auth_basic_and_ssl/*.pfx
|
||||
|
|
Loading…
Reference in New Issue