| commit | 3f6f171ebc7f5228befd36e0bb95d150040dfd92 | [log] [tgz] |
|---|---|---|
| author | Devon Carew <[email protected]> | Sun Apr 12 23:47:14 2015 |
| committer | Devon Carew <[email protected]> | Sun Apr 12 23:47:14 2015 |
| tree | e8e6505f760c7cff024830f44937b5a75473d624 | |
| parent | e540e5514e70af20a7ff12fd7fd424e9cff3879f [diff] |
sdk constraint to 1.8.0
A library to reflect on the local pub cache.
pub_cache lets you reflect on the information in your Pub cache. For example, to find all the applications that have been activated:
PubCache cache = new PubCache(); for (Application app in cache.getGlobalApplications()) { print('activated app: ${app.name}, version: ${app.version}'); }
Some other interesting use cases:
Please file feature requests and bugs at the issue tracker.