commit | d1e062121c1c33dc0881c7d80f34f6b29b069779 | [log] [tgz] |
---|---|---|
author | Kevin Moore <kevmoo@users.noreply.github.com> | Thu Jul 15 10:35:22 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu Jul 15 10:35:22 2021 -0700 |
tree | d9cb010540721b2c2fb04ea7f1f58cdabf12cac4 | |
parent | 3ec5d22e2d95eefb8a843fe1169019d349f67717 [diff] |
Update to latest deps, fix remaining lints (#112)
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.