cooky 2.0.0

SDKdartflutter
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.