Skip to content

Conversation

MohamedGawdat
Copy link
Contributor

@MohamedGawdat MohamedGawdat commented Sep 24, 2025

Description:

Summary

  • Update connectivity_plus from ^6.1.3 to ^7.0.0 to resolve compatibility conflicts with Flutter ecosystem
  • Update related core dependencies for compatibility: graphql, gql_exec, path_provider, hive_ce, plugin_platform_interface
  • Adjust meta version to ^1.15.0 for flutter_test compatibility

Background

connectivity_plus ^6.x has been causing significant dependency conflicts with other popular Flutter packages, preventing projects from resolving dependencies successfully. Version 7.0.0 resolves these ecosystem compatibility issues.

Changes

  • connectivity_plus: ^6.1.3 → ^7.0.0 (main update)
  • graphql: ^5.2.0 → ^5.2.2
  • gql_exec: ^1.0.0 → ^1.0.0+1
  • path_provider: ^2.0.1 → ^2.1.5
  • hive_ce: ^2.11.0 → ^2.13.2
  • plugin_platform_interface: ^2.0.0 → ^2.1.8
  • meta: adjusted to ^1.15.0 for flutter_test compatibility

Test plan

  • All dependencies resolve successfully with flutter pub get
  • No breaking changes to existing API
  • Maintains compatibility with existing codebase
  • Run existing test suite to ensure no regressions
  • Verify connectivity functionality works as expected

… ^7.0.0

- Update connectivity_plus from ^6.1.3 to ^7.0.0 to resolve compatibility conflicts
- Update other core dependencies: graphql, gql_exec, path_provider, hive_ce, plugin_platform_interface
- Adjust meta version to ^1.15.0 for flutter_test compatibility
- Update path dependency to ^1.9.1
@MohamedGawdat MohamedGawdat force-pushed the feat/update-connectivity-plus-v7 branch from 83734ca to d7c166a Compare September 24, 2025 09:59
@vincenzopalazzo vincenzopalazzo requested review from Copilot, ndelanou and vincenzopalazzo and removed request for ndelanou and vincenzopalazzo September 29, 2025 17:51
Copy link
Contributor

@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

Updates the graphql_flutter package dependencies to resolve ecosystem compatibility conflicts, with the primary change being an upgrade of connectivity_plus from ^6.1.3 to ^7.0.0.

  • Update connectivity_plus to ^7.0.0 to fix dependency conflicts with other Flutter packages
  • Upgrade supporting dependencies (graphql, gql_exec, path_provider, hive_ce, plugin_platform_interface) for compatibility
  • Update development dependency pedantic to ^1.11.1

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@MohamedGawdat
Copy link
Contributor Author

@vincenzopalazzo could we release new version as it still blocking upgrade connectivity_plus and the libs using connectivity_plus

@vincenzopalazzo vincenzopalazzo merged commit 87a9239 into zino-hofmann:main Oct 8, 2025
4 checks passed
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