Skip to content

fix(graphql_flutter): fix the graphql flutter #1490

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

Merged
merged 1 commit into from
Apr 30, 2025

Conversation

vincenzopalazzo
Copy link
Collaborator

Total compressed archive size: 123 KB.
Validating package...
Package validation found the following potential issue:

  • Packages dependent on a pre-release of another package should themselves be published as a pre-release version. If this package needs graphql version 5.2.0-beta.8, consider publishing the package as a pre-release instead. See https://dart.dev/tools/pub/publishing#publishing-prereleases For more information on pre-releases. The server may enforce additional checks.

Package has 1 warning.
Failed to update packages.

Fixes #1489

Total compressed archive size: 123 KB.
Validating package...
Package validation found the following potential issue:
* Packages dependent on a pre-release of another package should themselves be published as a pre-release version. If this package needs graphql version 5.2.0-beta.8, consider publishing the package as a pre-release instead.
  See https://dart.dev/tools/pub/publishing#publishing-prereleases For more information on pre-releases.
The server may enforce additional checks.

Package has 1 warning.
Failed to update packages.

Link: #1489
Signed-off-by: Vincenzo Palazzo <[email protected]>
@vincenzopalazzo vincenzopalazzo force-pushed the macros/fix-graphql-flutter branch from 7972c17 to 2536a62 Compare April 30, 2025 06:45
@vincenzopalazzo vincenzopalazzo requested a review from Copilot April 30, 2025 06:46
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the graphql_flutter package's dependency from the pre-release version (^5.2.0-beta.8) to the stable version (^5.2.0) to resolve package validation warnings.

  • Updates graphql dependency version
  • Addresses package validation check by moving away from a beta dependency
Comments suppressed due to low confidence (1)

packages/graphql_flutter/pubspec.yaml:11

  • Ensure that updating to the stable version ^5.2.0 does not introduce breaking changes compared to the beta version. Review the graphql stable release documentation for any API differences that could affect this package.
graphql: ^5.2.0

@vincenzopalazzo vincenzopalazzo merged commit afd16e1 into main Apr 30, 2025
6 checks passed
@vincenzopalazzo vincenzopalazzo deleted the macros/fix-graphql-flutter branch April 30, 2025 06:50
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.

Dependency on connectivity_plus needs to be updated for newer Android Gradle Plugin
1 participant