pub_mirror 1.0.7 copy "pub_mirror: ^1.0.7" to clipboard
pub_mirror: ^1.0.7 copied to clipboard

A multi-thread tool to download content from Pub. Then the result can be served by a http server and taken as the backend of pub, flutter or even Pub Mirror itself.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate pub_mirror

Use it

The package has the following executables:

$ pub_mirror

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pub_mirror

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

dependencies:
  pub_mirror: ^1.0.7

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_mirror/pub_mirror.dart';
4
likes
35
pub points
0%
popularity

Publisher

unverified uploader

A multi-thread tool to download content from Pub. Then the result can be served by a http server and taken as the backend of pub, flutter or even Pub Mirror itself.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

args, executor, http, logging, path, pedantic, pub_client, quiver, quiver_log, retry

More

Packages that depend on pub_mirror