Skip to content

fix: bump connectivity_plus to 7.1.0 and handle satellite connectivity#306

Merged
TheRealAgentK merged 7 commits intodevelopfrom
fix/connectivity-plus-7.1.0
Apr 3, 2026
Merged

fix: bump connectivity_plus to 7.1.0 and handle satellite connectivity#306
TheRealAgentK merged 7 commits intodevelopfrom
fix/connectivity-plus-7.1.0

Conversation

@TheRealAgentK
Copy link
Copy Markdown
Contributor

@TheRealAgentK TheRealAgentK commented Apr 2, 2026

What does this PR do?

Bumps connectivity_plus from 7.0.0 to 7.1.0 and adds handling for the new ConnectivityResult.satellite enum value introduced in that release.

Why is this change needed?

Dependabot PR #304 failed CI because connectivity_plus 7.1.0 added ConnectivityResult.satellite, making the existing switch expression non-exhaustive.

Changes

  • Updated connectivity_plus to 7.1.0 (via pubspec.lock)
  • Added ConnectivityResult.satellite => 'Satellite' to the switch expression in network_info.dart

Supersedes #304.

dependabot bot and others added 2 commits April 2, 2026 16:33
Bumps [connectivity_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/connectivity_plus-v7.1.0/packages/connectivity_plus)

---
updated-dependencies:
- dependency-name: connectivity_plus
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@TheRealAgentK TheRealAgentK force-pushed the fix/connectivity-plus-7.1.0 branch from d98838f to 27b68ae Compare April 2, 2026 04:57
connectivity_plus 7.1.0 uses NWPath.isUltraConstrained which requires
the macOS 26 SDK (Xcode 26). macos-latest currently provides Xcode 16.4
which doesn't have this API.
@TheRealAgentK
Copy link
Copy Markdown
Contributor Author

Ok, sorries for the delays, @miquelbeltran @sumitramanga - but finally the builds all work on mac/ios/android too :)

@TheRealAgentK TheRealAgentK merged commit 55a7f46 into develop Apr 3, 2026
8 checks passed
@TheRealAgentK TheRealAgentK mentioned this pull request Apr 6, 2026
11 tasks
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.

2 participants