updated version
This commit is contained in:
parent
e07ba2a675
commit
9a09e93656
|
@ -199,9 +199,11 @@ class ChromeSafariBrowserActionButton {
|
|||
final void Function(String url, String title) action;
|
||||
|
||||
ChromeSafariBrowserActionButton(
|
||||
{required this.id, required this.icon,
|
||||
required this.description, required this.action,
|
||||
this.shouldTint = false});
|
||||
{required this.id,
|
||||
required this.icon,
|
||||
required this.description,
|
||||
required this.action,
|
||||
this.shouldTint = false});
|
||||
|
||||
Map<String, dynamic> toMap() {
|
||||
return {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
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.1+2
|
||||
version: 5.4.2
|
||||
homepage: https://github.com/pichillilorenzo/flutter_inappwebview
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue