Skip to content

[webview_flutter_lwe] Update webview_flutter to 4.14.1 - #1133

Open
JSUYA wants to merge 2 commits into
flutter-tizen:mainfrom
JSUYA:webview_flutter_lwe-4.14.1
Open

[webview_flutter_lwe] Update webview_flutter to 4.14.1#1133
JSUYA wants to merge 2 commits into
flutter-tizen:mainfrom
JSUYA:webview_flutter_lwe-4.14.1

Conversation

@JSUYA

@JSUYA JSUYA commented Sep 2, 2026

Copy link
Copy Markdown
Member
  • Update webview_flutter to 4.14.1.
  • Update webview_flutter_platform_interface to 2.15.1.
  • Update minimum Flutter and Dart version to 3.38 and 3.10.
  • Implement getCookies for the cookie manager.
  • Update limitations in README.

#1132

* Update webview_flutter to 4.14.1.
* Update webview_flutter_platform_interface to 2.15.1.
* Update minimum Flutter and Dart version to 3.38 and 3.10.
* Implement `getCookies` for the cookie manager.
* Update limitations in README.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-02T08:32:15.015387Z bfc04df PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@JSUYA
JSUYA requested a review from seungsoo47 September 2, 2026 08:24
@JSUYA JSUYA self-assigned this Sep 2, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bfc04df973

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/webview_flutter_lwe/example/lib/main.dart
The cookie manager channel was registered in the WebView constructor with a raw pointer to that view and was never unregistered. Calling the cookie manager before any WebView was created raised a MissingPluginException, and calling it after the last view was disposed dispatched through a destroyed WebView.

The LWE cookie manager is a process-wide singleton, so the channel is now created and owned by the plugin for its whole lifetime and the handler no longer touches a WebView instance.
@JSUYA
JSUYA force-pushed the webview_flutter_lwe-4.14.1 branch from 3b9f841 to 47e7e4b Compare September 3, 2026 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant