Open levischechter opened 5 months ago
http package has very old version (^0.13.0) and it's breaking against new packages (at the time the issue is written, the latest version of http package is 1.2.1).
solution: upgrade http package to ^1.2.0
I created #203 PR. please merge at your convenience.
It worth mention (in changelog maybe) that this upgrade requires upgrade to dart SDK to min 3.2.0
http package has very old version (^0.13.0) and it's breaking against new packages (at the time the issue is written, the latest version of http package is 1.2.1).
solution: upgrade http package to ^1.2.0