Home > Enterprise >  I'm new to flutter and I'm keep getting this error
I'm new to flutter and I'm keep getting this error

Time:10-10

enter image description here

help me to fix this up don't know what's wrong with this

CodePudding user response:

It is a spacing issue. Pubspec YAML file is very critical with indentations so check this document and set up the spacing properly.

https://docs.flutter.dev/development/tools/pubspec

  • Related