| commit | e5b8998161a6a5bbc5d2f5928e4bc858772e73f4 | [log] [tgz] |
|---|---|---|
| author | Devon Carew <[email protected]> | Thu Apr 19 18:38:01 2018 |
| committer | Devon Carew <[email protected]> | Thu Apr 19 18:38:01 2018 |
| tree | ee4a1949a5fc94b03b3980819ce815635258d220 | |
| parent | bf21c0ed0636837244725f6c609e7464702c61de [diff] |
add another activated app
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.