diff --git a/packages/flutter_tools/schema/pubspec_yaml.json b/packages/flutter_tools/schema/pubspec_yaml.json index c1a807e1a9..1cc95b8e9e 100644 --- a/packages/flutter_tools/schema/pubspec_yaml.json +++ b/packages/flutter_tools/schema/pubspec_yaml.json @@ -39,6 +39,14 @@ } } } + }, + "plugin": { + "type": "object", + "additionalProperties": false, + "properties": { + "androidPackage": { "type": "string" }, + "pluginClass": { "type": "string" } + } } } }