Skip to content

0.0.3

Compare
Choose a tag to compare
@harryterkelsen harryterkelsen released this 02 Jun 18:06
· 159 commits to master since this release

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).