Pubspec.yaml error A package may not list itself as a dependency.
Channel:
Subscribers:
135,000
Published on ● Video Link: https://www.youtube.com/watch?v=fr05X33GVhE
You get this error if you try to install a package. It happens if your project name is same as your flutter dependency name. In my case I was installing flutter_bloc and my project name was flutter_bloc too. So I got error
pubspec.yaml: A package may not list itself as a dependency.
32 │ flutter_bloc:
Other Videos By dbestech
Tags:
flutter error
flutter pubspec.yaml error
flutter pubspec.yaml dependencies
flutter tutorial
dart
flutter