781flyingdutchman / background_downloader

Flutter plugin for file downloads and uploads
Other
123 stars 55 forks source link

Unable to resolve dependency for background_downloader ^8.4.3 #291

Closed YqngQB closed 3 weeks ago

YqngQB commented 1 month ago

Title: Unable to resolve dependency for background_downloader ^8.4.3

Description: I am currently experiencing an issue with resolving the dependency for background_downloader version ^8.4.3. Despite the fact that this version exists on pub.dev, when attempting to add the dependency using flutter pub add background_downloader, it fails to resolve and suggests downgrading to ^8.4.2.

Steps to Reproduce:

  1. Run the command flutter pub add background_downloader
  2. Observe the error message regarding dependency resolution

Expected Behavior: The dependency should be resolved to version ^8.4.3 as it exists on pub.dev.

Additional Information:

image

YqngQB commented 1 month ago

Title: Unable to resolve dependency for background_downloader ^8.4.3

Description: I am currently experiencing an issue with resolving the dependency for background_downloader version ^8.4.3. Despite the fact that this version exists on pub.dev, when attempting to add the dependency using flutter pub add background_downloader, it fails to resolve and suggests downgrading to ^8.4.2.

Steps to Reproduce:

  1. Run the command flutter pub add background_downloader
  2. Observe the error message regarding dependency resolution

Expected Behavior: The dependency should be resolved to version ^8.4.3 as it exists on pub.dev.

Additional Information:

  • I have tried clearing the Flutter cache using flutter pub cache repair.
  • Manually editing the pubspec.yaml file to set the version to ^8.4.3 also did not solve the issue.
  • I have verified that version 8.4.3 of background_downloader does exist on pub.dev.

image

image

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 14 days with no activity.

github-actions[bot] commented 3 weeks ago

This issue was closed because it has been inactive for 7 days since being marked as stale.