cookie_wrapper 0.1.0
cookie_wrapper: ^0.1.0 copied to clipboard
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_wrapperThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cookie_wrapper: ^0.1.0Alternatively, 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';