brim-borium / spotify_sdk

Flutter Package to connect the spotify sdk
https://pub.dev/packages/spotify_sdk
Apache License 2.0
152 stars 82 forks source link

Project with path ':spotify-auth' could not be found in project ':spotify_sdk #162

Closed akshg05 closed 1 year ago

akshg05 commented 2 years ago

!! Attention !! FILL IN ALL SECTIONS OF THIS TEMPLATE OR YOUR ISSUE WILL BE CLOSED WITHOUT INVESTIGATION This is a flutter package that wraps the native iOS and Android Spotify "remote" SDKs as well as the Spotify Web Playback SDK for web. Since it wraps the native SDKs it has the same features and limitations. Please use the search functionality in the native SDK repos to find corresponding issues before opening an issue here. If your issue is deriving from the native SDKs you should open an issue there and not in this repo.

Is this a how to question? Yes/No If Yes, please use Stack Overflow instead. No

Is this a native Spotify SDK issue? Yes/No/I don't know If you answered "Yes" then your issue belongs to the native SDK repo and not here. If you answered "I don't know" then you should visit the corresponding native SDK repo and make sure that this is not a native SDK issue. No

Have you searched for existing issues? Yes/No If you answered "No" you should that first before opening a new issue. Yes

Are you using a Free or Premium Spotify account? Free/Premium

Are you aware of the limitations of Free Spotify accounts? Yes/No If you answered "No" and you are using a Free account then you make sure that this is not behavior that intentionally limited by the native SDK. Yes

Expected behavior A clear and concise description of what you expected to happen. My project should build successfully

Describe the bug A clear and concise description of what happened instead. getting Getting error during build Project with path ':spotify-auth' could not be found in project ':spotify_sdk

Steps to Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Screenshots If applicable, add screenshots to help explain your problem.

Spotify_sdk Flutter package version Check you pubspeck.lock file to verify the exact version [e.g 2.1, commit ID]

Target Platform, Version & Device

Development OS

Additional context Add any other information about the problem here.

Please release the latest version to pub. The build.gradle file for android still references project for spotify_auth instead of the maven dep.

akshg05 commented 2 years ago

Please release the latest version to pub. The build.gradle file for android in version 2.2.0 still references project for spotify_auth instead of the maven dep.

fotiDim commented 2 years ago

@akshg05 thanks for the report. We will take care of it soon.

jasongerstorff commented 2 years ago

Any intention to update this?

brim-borium commented 2 years ago

@akshg05 @jasongerstorff I just released the newest version. Sorry for the delay! Please check if that fixes your issues.

SarthakVaswani commented 2 years ago

@akshg05 @jasongerstorff I just released the newest version. Sorry for the delay! Please check if that fixes your issues.

Thanks a lot

jasongerstorff commented 2 years ago

Thank!