SirusCodes / mobile_web_view

To showcase your mobile app on web pub link: https://pub.dev/packages/mobile_web_view
MIT License
5 stars 3 forks source link

Error in running flutter pub get #2

Closed odejinmi closed 2 years ago

odejinmi commented 2 years ago

Running "flutter pub get" in mobile_web_view...
Error on line 38, column 3 of pubspec.yaml: A package may not list itself as a dependency. ╷ 38 │ mobile_web_view: │ ^^^^^^^^^^^^^^^ ╵ pub get failed (65; ╵)

SirusCodes commented 2 years ago

Hey @odejinmi there is some issue with how you are writing the dependency.

.yaml files are space sensitive.

I would recommend you to check the spacing in your file or use CLI to add dependency. flutter pub add mobile_web_view Running the above command will add the package to your dependency list