flutter_wordpress 0.2.1 need to be update on http 0.13.1
I can't use this pub in my app because of the http v0.13 is forbiden with flutter_wordpress. I can't change the version because other packages use this version.
Did you plan to do this update ? Thanks for the answer.
[client] flutter pub get
Running "flutter pub get" in client...
Because flutter_wordpress >=0.1.1 depends on http ^0.12.0+1 and client depends on http ^0.13.1, flutter_wordpress >=0.1.1 is forbidden.
So, because client depends on flutter_wordpress ^0.2.1, version solving failed.
pub get failed (1; So, because client depends on flutter_wordpress ^0.2.1, version solving failed.)
exit code 1
This PR should provide a fix: https://github.com/dreamsoftin/flutter_wordpress/pull/66
Ok thanks I'll try it !
Hi, how do you do to update the flutter_package with the PR #66 please ? Or to the 0.3.0 version ? Thank you for your answer.
Hi, how do you do to update the flutter_package with the PR #66 please ? Or to the 0.3.0 version ? Thank you for your answer.
The PR was merged, so I think you just have to use a version greater than 0.2.1.
Thank you for your answer, I will try and tell you.