Hi everyone,
For a few weeks, I have been unable to test my app because of the following error message
"Error: Command failed: flutter pub get
Error on line 28, column 3 of pubspec.yaml: A dependency name must be a string.
"
(pictures on following screen shots)
I believe it is because of a custom code dependency that is empty (no name, no version). But I can't find this dependency anywhere in my custom code and I cannot remove it.
Thanks for your help !