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;
|
final void Function(String url, String title) action;
|
||||||
|
|
||||||
ChromeSafariBrowserActionButton(
|
ChromeSafariBrowserActionButton(
|
||||||
{required this.id, required this.icon,
|
{required this.id,
|
||||||
required this.description, required this.action,
|
required this.icon,
|
||||||
this.shouldTint = false});
|
required this.description,
|
||||||
|
required this.action,
|
||||||
|
this.shouldTint = false});
|
||||||
|
|
||||||
Map<String, dynamic> toMap() {
|
Map<String, dynamic> toMap() {
|
||||||
return {
|
return {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: flutter_inappwebview
|
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.
|
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
|
homepage: https://github.com/pichillilorenzo/flutter_inappwebview
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue