dartTwitterAPI
dartTwitterAPI copied to clipboard
twitter_api ^0.1.2 requires http ^0.12.0+2
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._
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.)
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.