static Future<String> loadPubspecYaml() async { String yamlString = await rootBundle.loadString('pubspec.yaml'); return yamlString; }