Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated environment sdk #19

Closed
wants to merge 4 commits into from
Closed

Conversation

MrBoOodY
Copy link

No description provided.

@Abdelazeem777
Copy link
Owner

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
Copy link
Author

MrBoOodY commented Sep 10, 2023

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
Copy link
Owner

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

@Abdelazeem777
Copy link
Owner

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
Copy link
Author

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
Copy link
Owner

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

@Abdelazeem777
Copy link
Owner

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 🙏🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants