Looking for ?

Translate

line 22, column 5 of pubspec.yaml: Expected a key while parsing a block mapping in flutter

 Hello folks, if you are adding any dependencies or any value or package inside pubspec.yaml, the the way you align what you are adding matters a lot.



Example

Lets assume you want to add sqflite: ^2.0.0+3 dependency under dependencies:


Wrong way to add it

dependencies:
flutter:
sdk: flutter

sqflite: ^2.0.0+3

Good Way to add it

dependencies:
flutter:
sdk: flutter

sqflite: ^2.0.0+3

SHARE THIS POST

About Wakabia

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment