Update pubspec.yaml
This commit is contained in:
parent
6b94751df5
commit
c87d475c0a
|
@ -1,7 +1,8 @@
|
|||
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+3
|
||||
homepage: https://github.com/pichillilorenzo/flutter_inappwebview
|
||||
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 +66,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