nhost / nhost-dart

Nhost Dart & Flutter packages

Home Page:https://nhost.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http can not be updated because of the 'betamax' package

ninogjoni opened this issue · comments

In my current pull request, I attempted to update the 'http' package to version 1.1.0.
However, the 'betamax' package relies on an older version of 'http', and it seems that it might not be maintained any longer (the last update was approximately 17 months ago).

If I don't receive a response, how can we address this?

Here the issue link in the betamax repo

With http: 0.13.4 we are stuck on upgrade. latest version of flutter uses http: 1+
This is now critical :(

Isn't it a better practice to not use as many package as possible? There are ways to test endpoints without using other packages like betamax

I agree with @totzk9 , this package was here as the author of betamax used to be the maintainer of this repo. However, I should consider removing this package and try to implement things without unnecessary dependencies.

PR is welcome.

I understand that people cannot stay maintainer for life. But being blocked to an old flutter version because that it's a shame. I'm considering not using nhost anymore to avoid this kind of situation. betamax isn't maintained since 2017! I don't even understand why it has been used :)

Solved in #119