Expose missing old AndroidInAppWebViewOptions and IOSInAppWebViewOptions classes from platform interface

This commit is contained in:
Lorenzo Pichilli 2023-11-29 10:32:03 +01:00
parent a931bbbbf6
commit 77bca50f0e
7 changed files with 25 additions and 16 deletions

View File

@ -81,7 +81,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.1"
version: "1.0.2"
flutter_inappwebview_internal_annotations:
dependency: transitive
description:
@ -93,9 +93,10 @@ packages:
flutter_inappwebview_platform_interface:
dependency: transitive
description:
path: "../../flutter_inappwebview_platform_interface"
relative: true
source: path
name: flutter_inappwebview_platform_interface
sha256: "14e7a7fb25fde02e753ed8fd5276f3b8a49f6e7ee2867c20d02ceef9e3091542"
url: "https://pub.dev"
source: hosted
version: "1.0.2"
flutter_lints:
dependency: "direct dev"

View File

@ -93,9 +93,10 @@ packages:
flutter_inappwebview_platform_interface:
dependency: transitive
description:
path: "../../flutter_inappwebview_platform_interface"
relative: true
source: path
name: flutter_inappwebview_platform_interface
sha256: "14e7a7fb25fde02e753ed8fd5276f3b8a49f6e7ee2867c20d02ceef9e3091542"
url: "https://pub.dev"
source: hosted
version: "1.0.2"
flutter_lints:
dependency: "direct dev"

View File

@ -89,15 +89,15 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0"
version: "1.0.1"
flutter_inappwebview_platform_interface:
dependency: transitive
description:
name: flutter_inappwebview_platform_interface
sha256: c221a6788c73421284208e3449cad07d8c65fdace120322483181a2b94d95697
sha256: "14e7a7fb25fde02e753ed8fd5276f3b8a49f6e7ee2867c20d02ceef9e3091542"
url: "https://pub.dev"
source: hosted
version: "1.0.0"
version: "1.0.2"
flutter_lints:
dependency: "direct dev"
description:

View File

@ -1,3 +1,7 @@
## 1.0.3
- Expose missing old `AndroidInAppWebViewOptions` and `IOSInAppWebViewOptions` classes
## 1.0.2
- Added `PlatformPrintJobController.onComplete` setter

View File

@ -9,3 +9,5 @@ export 'in_app_webview_settings.dart'
InAppWebViewOptions;
export 'platform_headless_in_app_webview.dart';
export 'in_app_webview_keep_alive.dart';
export 'android/main.dart';
export 'apple/main.dart';

View File

@ -1,6 +1,6 @@
name: flutter_inappwebview_platform_interface
description: A common platform interface for the flutter_inappwebview plugin.
version: 1.0.2
version: 1.0.3
homepage: https://inappwebview.dev/
repository: https://github.com/pichillilorenzo/flutter_inappwebview/tree/master/flutter_inappwebview_platform_interface
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues

View File

@ -86,17 +86,18 @@ packages:
flutter_inappwebview_platform_interface:
dependency: transitive
description:
path: "../../flutter_inappwebview_platform_interface"
relative: true
source: path
version: "1.0.0"
name: flutter_inappwebview_platform_interface
sha256: "14e7a7fb25fde02e753ed8fd5276f3b8a49f6e7ee2867c20d02ceef9e3091542"
url: "https://pub.dev"
source: hosted
version: "1.0.2"
flutter_inappwebview_web:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "1.0.0"
version: "1.0.1"
flutter_lints:
dependency: "direct dev"
description: