when i run the program it shows this following error
error on line 43, column 15 of pubspec.yaml: Mapping values are not allowed here. Did you miss a colon earlier?
╷
43 │ flutter_test:
│ ^
╵
exit code 65
error on line 43, column 15 of pubspec.yaml: Mapping values are not allowed here. Did you miss a colon earlier?
╷
43 │ flutter_test:
│ ^
╵
exit code 65
2
Answers
this type of errors is usually caused by indentation.YAML relies on proper indentation to define the structure of the document.make sure you are using spaces not tabs and be sure of the level of your content. If you provide the file I may be able to assist you further.
formatted.