cookie_store 0.2.1 copy "cookie_store: ^0.2.1" to clipboard
cookie_store: ^0.2.1 copied to clipboard

Manages cookies in accordance with RFC 6265

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cookie_store

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  cookie_store: ^0.2.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cookie_store/cookie_store.dart';
1
likes
0
pub points
47%
popularity

Publisher

verified publisherbegaydocrime.org

Manages cookies in accordance with RFC 6265

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http, meta, punycode

More

Packages that depend on cookie_store