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.

0.1.0 #

  • initial version with the basic functions

0.1.1 #

  • saving meta.json to temp file and move it to the destination (not working)
  • fix some bugs

0.1.2 #

  • add dependency on http
  • fix some bugs

0.1.3 #

  • make the pub_mirror available as an executable
  • mark unwanted Futures

0.1.5 #

  • make the comments dartdoc-friendly

0.1.6 #

  • downgrade pedantic to 1.4.0

0.1.7 #

  • published as a docker image
  • fix the bug that the meta.json of the package is incorrect when some versions of the package is skipped
  • new options to overwrite the meta.json even if it has existed.

0.1.8 #

  • save meta.json for available packages

0.1.9 #

  • add documentations
  • add examples
  • upstream become an optional argument of PubMirrorTool

1.0.0 #

  • install all the dependencies from pub

1.0.1 #

  • improve the code

1.0.2 #

  • print the status of the executor during downloading

1.0.3 #

  • display the progress of downloading

1.0.4 #

  • exit from death connection

1.0.5 #

  • more log
  • timeout for http connection

1.0.6 #

  • more log

1.0.7 #

  • avoid writing files during reading HTTP response
  • re-try HTTP connecting
4
likes
35
pub points
1%
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