cookie_jar
cookie_jar copied to clipboard
Does it support for web?
Does it support for web?
Same question for me.
The library doesn't have support yet, bc dart:html does not provide a core class the the library need, let's see how they handle it
Any update around it?
NO, because the browser will automatically manage cookies.
The problem is that it's not possible to use this library on web since it depends on io. It would be nice if that dependency could be abstracted away so that it's possible to use this library both on io and web.
The browser automatically manage the cookies.
Yes I know, but I have a library I want to use on both io and web, but having to import the cookie_jar library breaks it on web because it imports dart:io.
The plugin should also support compiling with Web now but not be able to call anything.
Thanks a lot, I'll try it soon.