pubspecYamlSupportsFlutter function

bool pubspecYamlSupportsFlutter(
  1. Map map
)

True if the pubspec.yaml has the flutter dependency.

Implementation

bool pubspecYamlSupportsFlutter(Map map) =>
    pubspecYamlHasAnyDependencies(map, ['flutter']);