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

Platformweb

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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cookie_wrapper

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

dependencies:
  cookie_wrapper: ^0.1.2

Alternatively, your editor might support 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_wrapper/cookie.dart';
import 'package:cookie_wrapper/cookie_web.dart';
import 'package:cookie_wrapper/cookie_web_stubs.dart';
2
likes
140
points
333
downloads

Publisher

verified publisherdavidtaylor.io

Weekly Downloads

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
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on cookie_wrapper