alan-sdk / alan.dart

Pure Dart library allowing you to easily integrate with any Cosmos-based chain.
MIT License
32 stars 31 forks source link

upgrade http package #202

Open levischechter opened 4 months ago

levischechter commented 4 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

levischechter commented 4 months ago

I created #203 PR. please merge at your convenience.

levischechter commented 4 months ago

It worth mention (in changelog maybe) that this upgrade requires upgrade to dart SDK to min 3.2.0