Lalit Rawat
Lalit Rawat

Reputation: 1292

Getting error in Pubspec.yaml file and showing warning all over it in flutter

My pubspec.yaml file is full of warning not running and showing me warning that: "Schema Validation: Missing required properties 'branches',upstream, inspection info: Validates YAML file against a JSON Schema, if the is specified

Yaml file

Upvotes: 4

Views: 4013

Answers (1)

IfTiaz AhMed
IfTiaz AhMed

Reputation: 156

On the bottom right there is Schema written...

Click on Schema and select **pubspec**.   

That's all!

Upvotes: 10

Related Questions