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

outdated

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

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
0
points
294
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on cookie_wrapper