biscuits 2.8.0 copy "biscuits: ^2.8.0" to clipboard
biscuits: ^2.8.0 copied to clipboard

discontinued

Service for interacting with the HTTP cookies. A simple and event-based API for to manage cookies.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add biscuits

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

dependencies:
  biscuits: ^2.8.0

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:biscuits/biscuits.dart';
2
likes
20
pub points
51%
popularity

Publisher

verified publisherbelin.io

Service for interacting with the HTTP cookies. A simple and event-based API for to manage cookies.

Homepage
Repository
View/report issues

License

unknown (LICENSE)

Dependencies

http_parser, json_annotation

More

Packages that depend on biscuits