0

Error in finding mobx dependencies

After updating both flutter and dart i m using both latest SDK when i added mobx dependencies in my pub spec.yml i got this error "A package may not list itself as a dependency."

Ajit Singh
  • 43
  • 1
  • 1
  • 4

1 Answers1

1

That happens because the name of your project is the same of the plugin. You can see a related problem here. I recomend you to change the name of your project to prevent this conflict.

Try
  • 3,109
  • 3
  • 11
  • 15