updated version

This commit is contained in:
Lorenzo Pichilli 2022-04-25 17:43:22 +02:00
parent e07ba2a675
commit 9a09e93656
2 changed files with 6 additions and 4 deletions

View File

@ -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 {

View File

@ -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: