pubspecYamlSupportsFlutter function

bool pubspecYamlSupportsFlutter(
  1. Map map
)

Implementation

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