dart-lang/pub_cache

Name: pub_cache

Owner: Dart

Description: A library to reflect on the local pub cache.

Created: 2015-03-20 17:06:51.0

Updated: 2018-04-20 00:41:33.0

Pushed: 2018-04-19 18:40:23.0

Homepage: https://pub.dartlang.org/packages/pub_cache

Size: 44

Language: Dart

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

pub_cache

A library to reflect on the local pub cache.

pub package Build Status Build status

How do I use it?

pub_cache lets you reflect on the information in your Pub cache. For example, to find all the applications that have been activated:

ache cache = new PubCache();

(Application app in cache.getGlobalApplications()) {
int('activated app: ${app.name}, version: ${app.version}');

Some other interesting use cases:

Features and bugs

Please file feature requests and bugs at the issue tracker.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.