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');
}
copied to clipboard

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

10
likes
150
points
106k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.02 - 2025.04.16

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