Abdelazeem777 / requests_inspector

MIT License
11 stars 18 forks source link

updated environment sdk #19

Closed MrBoOodY closed 10 months ago

Abdelazeem777 commented 12 months ago

Hi, @MrBoOodY @AbdullahBasuony

Thanks for the PR. But could you please explain why do we need to update the Dart SDK version?

Because this update will enforce the users to update as well there projects to the same Dart and this is not applicable to all projects (especially the old ones)

That's why I think postpone this step would be better for the package

MrBoOodY commented 12 months ago

The new Dart SDK users can't use this package so if someone has an old Dart SDK version he can use the old package version.

also, hasura_connect has an older version of HTTP package and this will conflict with some users

Abdelazeem777 commented 12 months ago

Okay let me check and see if there is a better solution for this issue

Abdelazeem777 commented 11 months ago

After checking the current version of requests_inspector with the latest flutter version

Everything is working fine except Hasura because it depends on an old version of http: 0.13.0

so based on this issue on Hasura

I am going to wait till they update their dependency to the latest version of http

But for now, you can just override the Hasura http version by adding the following the pubspec.yaml file

dependency_overrides:
  http: ^1.1.0

and everything will work fine after that

I will keep this issue open till Hasura makes its update

MrBoOodY commented 11 months ago

They will not update it because they already left it for a while. You can see the last commits for the package. But can fork hasoura and edit it right?

Abdelazeem777 commented 11 months ago

Unfortunately, I already tried the fork solution but it didn't work because it's a package not a normal project

Abdelazeem777 commented 10 months ago

hasura_connect support is completely removed from the package until they fix the package conflicts.

I am closing this PR and please check the new version v3.3.0 So, thanks for your support and contribution

Very appreciated 🙏🙏