| commit | e6e088355f71321408613d66ebbb9386528f9d50 | [log] [tgz] |
|---|---|---|
| author | Franklin Yow <58489007+franklinyow@users.noreply.github.com> | Fri Apr 02 16:07:34 2021 -0700 |
| committer | GitHub <noreply@github.com> | Fri Apr 02 16:07:34 2021 -0700 |
| tree | 502dadc9701607decf061ae6d2f6713c41b27f2c | |
| parent | a84c0d45401f215fbe9384df923a38f4022a3c45 [diff] |
Update LICENSE Changes to comply with internal review
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.