Error in installing the dependency.
Closed this issue · 0 comments
rohankarn35 commented
Describe the bug
I'm trying to install liquid_pull_to_refresh dependency in my Flutter project. It is giving me error as
"Because liquid_pull_to_refresh depends on liquid_pull_to_refresh, version solving failed."
To Reproduce
Steps to reproduce the behavior:
- Go to your project
- Open terminal in the project directory
- run
flutter pub add liquid_pull_to_refresh
- See error
Expected behavior
I want the package to be installed.