GetDutchie / brick

An intuitive way to work with persistent data in Dart

Home Page:https://getdutchie.github.io/brick/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add http ^1.0.0 support

Mikhail-Ivanou opened this issue · comments

Now brick_offline_first_with_rest 3.0.1 depends on http ^0.13.0
Some other libraries wants http ^1.0.0 already.

It will be great brick will use http ^1.0.0 soon too

Hey @Mikhail-Ivanou thanks for using Brick. The latest version of offline_first_with_rest supports http versions >=0.13.0 <2.0.0 already.

I've seen http be installed at a much lower version on vanilla Flutter projects but haven't tracked down the exact dependency that's forcing it (my money is on test since a lot of those dependencies are pinned to a specific version). Are you sure that Brick is the one forcing 0.13.0?

@Mikhail-Ivanou going to close this due to inactivity