dartTwitterAPI icon indicating copy to clipboard operation
dartTwitterAPI copied to clipboard

twitter_api ^0.1.2 requires http ^0.12.0+2

Open mwolffalonso opened this issue 3 years ago • 2 comments

Hello,

I have been using twitter_api since last year, but after upgrading flutter i need to upgrade some other plugins. And i found an incompatibility because twitter_api uses http ^0.12.0+2 instead of http ^0.13.0. I will try to correct this but i have never done any correction to somebody else code so i will have to check out how to do it... If it's easy for you to implement the update of dependencies it would be great! Thanks a lot!

_Because no versions of twitter_api match >0.1.2 <0.2.0 and twitter_api 0.1.2 depends on http ^0.12.0+2, twitter_api ^0.1.2 requires http ^0.12.0+2.
And because audio_service >=0.17.0 depends on flutter_cache_manager ^3.0.0 which depends on http ^0.13.0, twitter_api ^0.1.2 is incompatible with audio_service >=0.17.0.
So, because TwitterPodcast depends on both twitter_api ^0.1.2 and audio_service ^0.17.0, version solving failed._

mwolffalonso avatar May 25 '21 19:05 mwolffalonso

same issue. Because no versions of twitter_api match >0.1.2 <0.2.0 and twitter_api 0.1.2 depends on http ^0.12.0+2, twitter_api ^0.1.2 requires http ^0.12.0+2. And because web_scraper >=0.1.2 depends on http ^0.13.0, twitter_api ^0.1.2 is incompatible with web_scraper >=0.1.2. So, because duck_pop depends on both web_scraper ^0.1.4 and twitter_api ^0.1.2, version solving failed. pub get failed (1; So, because duck_pop depends on both web_scraper ^0.1.4 and twitter_api ^0.1.2, version solving failed.)

ingyeoking13 avatar Jul 31 '21 06:07 ingyeoking13

same issue. Because no versions of twitter_api match >0.1.2 <0.2.0 and twitter_api 0.1.2 depends on http ^0.12.0+2, twitter_api ^0.1.2 requires http ^0.12.0+2. And because web_scraper >=0.1.2 depends on http ^0.13.0, twitter_api ^0.1.2 is incompatible with web_scraper >=0.1.2. So, because duck_pop depends on both web_scraper ^0.1.4 and twitter_api ^0.1.2, version solving failed. pub get failed (1; So, because duck_pop depends on both web_scraper ^0.1.4 and twitter_api ^0.1.2, version solving failed.)

I ended up adding the Twitter_api sources to my project and updating all the plugins as needed. I should make a pull request with these changes.

mwolffalonso avatar Aug 22 '21 03:08 mwolffalonso