From 9a09e93656b0ba5141b01239a8651e21d17dadf0 Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Mon, 25 Apr 2022 17:43:22 +0200 Subject: [PATCH] updated version --- lib/src/chrome_safari_browser/chrome_safari_browser.dart | 8 +++++--- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/src/chrome_safari_browser/chrome_safari_browser.dart b/lib/src/chrome_safari_browser/chrome_safari_browser.dart index 625112c6..5a42eb3b 100755 --- a/lib/src/chrome_safari_browser/chrome_safari_browser.dart +++ b/lib/src/chrome_safari_browser/chrome_safari_browser.dart @@ -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 toMap() { return { diff --git a/pubspec.yaml b/pubspec.yaml index 2bfc1296..941da3eb 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: