[ci] Run analysis with older versions of Flutter (#5000)

This commit is contained in:
stuartmorgan
2022-03-09 11:35:23 -05:00
committed by GitHub
parent 199afd96f1
commit 159f6d87b7
8 changed files with 172 additions and 61 deletions

View File

@ -409,6 +409,9 @@ abstract class PluginCommand extends Command<void> {
///
/// By default, packages excluded via --exclude will not be in the stream, but
/// they can be included by passing false for [filterExcluded].
///
/// Subpackages are guaranteed to be after the containing package in the
/// stream.
Stream<PackageEnumerationEntry> getTargetPackagesAndSubpackages(
{bool filterExcluded = true}) async* {
await for (final PackageEnumerationEntry plugin