Search code examples
fluttergetflutter-dependenciesflutter-getx

Get Storage not installing on flutter


When I try to install get storage on flutter its not installing. here shows an error. here is the error image - Error hints


Solution

  • from the top of the screenshot, I can see that you named your project the same as the get_storage package's name.

    and you can't do it, because it conflicts what flutter will consider packages in your project

    so you can just change the project name and it will work fine