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

refactor(fresh_graphql): remove http dependency #99

Closed
wants to merge 1 commit into from

Conversation

ebsangam
Copy link

fresh_graphql has http as a dependency but it is not always used. We can safely remove http dependency and let user decide to choose either dio or http.

@ebsangam ebsangam requested a review from felangel as a code owner May 20, 2024 05:29
@felangel
Copy link
Owner

Thanks for the PR! The current API is consistent with fresh_dio and since http is already a transitive dependency it seems harmless to leave it as is so that folks who want to use the provided http client can do so. If you feel strongly I'm happy to discuss further but it doesn't seem worth making the breaking change imo 🤷

@felangel
Copy link
Owner

Closing this for now but happy to continue the discussion 👍

@felangel felangel closed this Jul 20, 2024
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.

None yet

3 participants