Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix version bump and unchange compile files
  • Loading branch information
bparrishMines committed Jan 29, 2023
commit befe0417a8810fec20d5a11f72157c775d436c3c
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ class AndroidWebViewController extends PlatformWebViewController {
final Map<String, AndroidJavaScriptChannelParams> _javaScriptChannelParams =
<String, AndroidJavaScriptChannelParams>{};

// The keeps a reference to the current NavigationDelegate so that the
// callback methods remain reachable.
late AndroidNavigationDelegate _currentNavigationDelegate;

Future<List<String>> Function(FileSelectorParams)?
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
## 3.0.5

* Fixes bug that prevented the web view from being garbage collected.

## 3.0.4

* Fixes bug where `WKWebView` could not be released.
* Fixes bug that prevented the web view from being garbage collected.

# 3.0.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 54;
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -379,12 +379,10 @@
/* Begin PBXShellScriptBuildPhase section */
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
);
name = "Thin Binary";
outputPaths = (
Expand Down Expand Up @@ -417,7 +415,6 @@
};
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,5 @@
<false/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_flutter_wkwebview
description: A Flutter plugin that provides a WebView widget based on Apple's WKWebView control.
repository: https://github.com/flutter/plugins/tree/main/packages/webview_flutter/webview_flutter_wkwebview
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
version: 3.0.5
version: 3.0.4

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down