Expose missing old AndroidInAppWebViewOptions and IOSInAppWebViewOptions classes from platform interface
This commit is contained in:
parent
a931bbbbf6
commit
77bca50f0e
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.0.3
|
||||
|
||||
- Expose missing old `AndroidInAppWebViewOptions` and `IOSInAppWebViewOptions` classes
|
||||
|
||||
## 1.0.2
|
||||
|
||||
- Added `PlatformPrintJobController.onComplete` setter
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue