cookie_store 0.3.5 copy "cookie_store: ^0.3.5" to clipboard
cookie_store: ^0.3.5 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

With Flutter:

 $ flutter 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.3.5

Alternatively, your editor might support dart pub get or flutter 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
140
points
100
downloads

Publisher

verified publisherbegaydocrime.org

Weekly Downloads

Manages cookies in accordance with RFC 6265

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

http, meta, punycode

More

Packages that depend on cookie_store