commit | 249af482de9ebabfc781bf10d6152c938e5ce45e | [log] [tgz] |
---|---|---|
author | Jacob MacDonald <jakemac@google.com> | Fri Feb 05 09:39:15 2021 -0800 |
committer | GitHub <noreply@github.com> | Fri Feb 05 18:39:15 2021 +0100 |
tree | 82d519984a3b82d82ebf8809064dcf1127571636 | |
parent | 670fd4a0285ae422fa93ec41f52221488847e6f2 [diff] |
stable null safety release, clean up deps (#105)
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.