mirror of
https://github.com/flutter/packages.git
synced 2025-06-11 15:21:07 +08:00
[ci] Run analysis with older versions of Flutter (#5000)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user