flutter_wordpress icon indicating copy to clipboard operation
flutter_wordpress copied to clipboard

flutter_wordpress 0.2.1 need to be update on http 0.13.1

Open shiipou opened this issue 4 years ago • 5 comments

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

shiipou avatar Mar 30 '21 22:03 shiipou

This PR should provide a fix: https://github.com/dreamsoftin/flutter_wordpress/pull/66

ragingprodigy avatar Apr 02 '21 23:04 ragingprodigy

Ok thanks I'll try it !

shiipou avatar Apr 03 '21 19:04 shiipou

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.

nbutet avatar May 19 '21 09:05 nbutet

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.

shiipou avatar May 21 '21 11:05 shiipou

Thank you for your answer, I will try and tell you.

nbutet avatar May 31 '21 15:05 nbutet