static String getPackageName(String pubspecContent) { final pubspec = loadYaml(pubspecContent); return pubspec['name'] as String; }