cooky 2.0.0 copy "cooky: ^2.0.0" to clipboard
cooky: ^2.0.0 copied to clipboard

Platformweb

An HTTP Cookies implementation for the client to get, set and remove cookies. It is very simple and well tested.

Cooky #

An HTTP Cookies implementation for the client.

Usage #

import 'package:cooky/cooky.dart' as cookie;

setCookie() async {
  cookie.set('key', 'value');
}

See our example/example.dart for a more complete example.

10
likes
140
pub points
81%
popularity

Publisher

unverified uploader

An HTTP Cookies implementation for the client to get, set and remove cookies. It is very simple and well tested.

Repository (GitLab)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on cooky