fluttercommunity / fluttercommunity/flutter_webview_plugin

The getCookies method may need to be improved

Open
#418 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1.5k
Forks
938
PR merge metrics
No merged PRs in 30d

Description

When I found a minor problem with the getCookies method, I looked at the source code, on line 224 of **base.dart**,

`final split = cookie.split('=');`

If there is also '=' in the cookie value, the result of the split is not correct.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.