dio_cookie_caching_handler 0.0.9 copy "dio_cookie_caching_handler: ^0.0.9" to clipboard
dio_cookie_caching_handler: ^0.0.9 copied to clipboard

An Dio interceptor stores cookies and puts back to every requests made.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dio_cookie_caching_handler

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

dependencies:
  dio_cookie_caching_handler: ^0.0.9

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:dio_cookie_caching_handler/dio_cookie_caching_handler.dart';
9
likes
120
pub points
43%
popularity

Publisher

unverified uploader

An Dio interceptor stores cookies and puts back to every requests made.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

dio, flutter, flutter_localizations, intl, path_provider

More

Packages that depend on dio_cookie_caching_handler