fluttercommunity / fluttercommunity/flutter_webview_plugin
The getCookies method may need to be improved
Open
- 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.