Closed odejinmi closed 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
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; ╵)