cookie_wrapper 0.1.0 copy "cookie_wrapper: ^0.1.0" to clipboard
cookie_wrapper: ^0.1.0 copied to clipboard

An HTTP Cookies implementation for the client to get, set and remove cookies. It is very simple and well tested. Uses a package test to maintain capability on all platforms.

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.

2
likes
0
pub points
61%
popularity

Publisher

verified publisherdavidtaylor.io

An HTTP Cookies implementation for the client to get, set and remove cookies. It is very simple and well tested. Uses a package test to maintain capability on all platforms.

Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on cookie_wrapper