commit | d0d18f8a33138d9a486419edcc4d6febd99f8a20 | [log] [tgz] |
---|---|---|
author | Franklin Yow <58489007+franklinyow@users.noreply.github.com> | Fri Apr 02 16:15:14 2021 -0700 |
committer | GitHub <noreply@github.com> | Fri Apr 02 16:15:14 2021 -0700 |
tree | 502dadc9701607decf061ae6d2f6713c41b27f2c | |
parent | a84c0d45401f215fbe9384df923a38f4022a3c45 [diff] | |
parent | e6e088355f71321408613d66ebbb9386528f9d50 [diff] |
Merge pull request #108 from dart-lang/franklinyow-patch-1 Update LICENSE
Support for working with Package Configuration files as described in the Package Configuration v2 design document.
The primary libraries are
package_config.dart
: Defines the PackageConfig
class and other types needed to use package configurations, and provides functions to find, read and write package configuration files.
package_config_types.dart
: Just the PackageConfig
class and other types needed to use package configurations. This library does not depend on dart:io
.
The package includes deprecated backwards compatible functionality to work with the .packages
file. This functionality will not be maintained, and will be removed in a future version of this package.