flutterchina / cookie_jar

A cookie manager for http requests in Dart, by which you can deal with the complex cookie policy and persist cookies easily.
MIT License
399 stars 76 forks source link

Undefined name 'Cookie' #12

Closed Pebsie closed 5 years ago

Pebsie commented 5 years ago

"Cookie" no longer seems to exist. The documentation for this plugin should be updated to reflect this change and an example of how to use the plugin should be added.

wendux commented 5 years ago

you should add import 'dart:io' where the Cookie class is included in .