pub_proxy_server 0.1.2 copy "pub_proxy_server: ^0.1.2" to clipboard
pub_proxy_server: ^0.1.2 copied to clipboard

Dart 1 only

Pub server and pub proxy server. Run your private pub server and publish your private package. Act as a proxy to pub.dartlang.org.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pub_proxy_server

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

dependencies:
  pub_proxy_server: ^0.1.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pub_proxy_server/pub_proxy_server.dart';
0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Pub server and pub proxy server. Run your private pub server and publish your private package. Act as a proxy to pub.dartlang.org.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

crypto, http_server, logging, path, route, route_hierarchical, yaml

More

Packages that depend on pub_proxy_server