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.