Separate out VM dependencies.

The Packages interface class should not depend on a platform specific
library (dart:io).
This removed the dependency, and also splits the implementation
classes into those that are generally applicable and those that
requite dart:io to operate (the "local packages directory" which
allows iterating the package names by scanning the directory).

Bump version to 0.0.2+4
6 files changed
tree: 9a3a5ddd2ea24da374c88708e7bfd212366e97e4
  1. lib/
  2. test/
  3. tool/
  4. .gitignore
  5. .travis.yml
  6. AUTHORS
  7. CHANGELOG.md
  8. CONTRIBUTING.md
  9. LICENSE
  10. pubspec.lock
  11. pubspec.yaml
  12. README.md
README.md

package_config

Support for working with Package Resolution Configuration files as described in this DEP, under review [here] (https://github.com/dart-lang/dart_enhancement_proposals/issues/5).

Build Status pub package

Features and bugs

Please file feature requests and bugs at the issue tracker.