aagarwal1012 / Liquid-Pull-To-Refresh

🔁 A custom refresh indicator for flutter.
https://pub.dev/packages/liquid_pull_to_refresh
MIT License
1.24k stars 92 forks source link

Error in installing the dependency. #75

Closed rohankarn35 closed 10 months ago

rohankarn35 commented 10 months ago

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:

  1. Go to your project
  2. Open terminal in the project directory
  3. run flutter pub add liquid_pull_to_refresh
  4. See error

Expected behavior I want the package to be installed.