I want to add Provider package in my flutter app, but has error like follow image:
flutter pub pub add provider
This link don't solve it
I solved it :) The name of your project can not be equal to package name. The name of my project is provider and that is compiler gave an error.