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

outdatedDart 1 only

Emulates Cookie store for dart:io and Flutter like its a Browser

example/client_cookie_example.dart

// Copyright (c) 2017, teja. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

import 'package:client_cookie/client_cookie.dart';

main() {
  var awesome = new Awesome();
  print('awesome: ${awesome.isAwesome}');
}
6
likes
30
pub points
57%
popularity

Publisher

unverified uploader

Emulates Cookie store for dart:io and Flutter like its a Browser

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

http

More

Packages that depend on client_cookie