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."
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."
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.