| commit | cd86f83cbd32bfe7221b3265b5516ea8e0b38756 | [log] [tgz] |
|---|---|---|
| author | Lasse R.H. Nielsen <lrn@google.com> | Mon May 23 16:01:41 2022 +0200 |
| committer | GitHub <noreply@github.com> | Mon May 23 16:01:41 2022 +0200 |
| tree | c614fbc3e0838f86a3a814c7c7c0492ad0c154b0 | |
| parent | 60cdc0d613f156f91008e1662a30ea81a74de4cd [diff] |
Adds `minVersion` to `findPackageConfig{,Uri}` methods. (dart-lang/package_config#125)
* Adds `minVersion` to `findPackageConfig{,Uri}` methods.
This parameter currently allows you to ignore `.packages` files
while searching for a configuration file.
If we later add a version 3 of the configuration, it should
also allow ignoring version 2 configurations.