- Add missing namespace parameter
- bugfix: Build error with Flutter 2.5.1(#47)
- bugfix: Fixed bug where iOS would never return future if cookie list is empty(#47)
- bugfix: Future returned by setCookies never finishes(#47)
- feat: ignore cookies with invalid values(#49)
- Stable null safety release (#32)
- Failed to save the cookies without "domain" attribute (#34)
- Fix Cannot convert value of type 'Bool' to expected argument type (#30)
- Fix failing on get cookies on iOS (#20)
- Fix deprecation android warnings (#22)
- Fix remove cookie cause clearing all cookies for all urls (#23)
- Update getCookies apply HTTPCookieStorage for iOS
- Bump iOS min version
- Fixed
getCookies()
without a URL parameter causes NullPointerExceptions (#11) - Added
hasCookies()
function - Added
removeCookie()
function
- Fixed Android CookieManager null reference exception (#8)
- Update readme
- Set minimum iOS version to 11
- Improve documentation
- Minor improvements
- Add issue tracker link
- Update readme
- initial release.