From 3bf0f24cccfad8f572e5a7771d0198ee670e723c Mon Sep 17 00:00:00 2001 From: Volodymyr Buberenko Date: Thu, 9 Apr 2026 18:14:16 +0300 Subject: [PATCH 1/2] docs(connectivity_plus): Add missing info about Xcode 26.1.1 requirement --- packages/connectivity_plus/connectivity_plus/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/connectivity_plus/connectivity_plus/README.md b/packages/connectivity_plus/connectivity_plus/README.md index 0b2f2ffe28..ab91feca0b 100644 --- a/packages/connectivity_plus/connectivity_plus/README.md +++ b/packages/connectivity_plus/connectivity_plus/README.md @@ -29,6 +29,7 @@ This plugin allows Flutter apps to discover network connectivity types that can - Java 17 - Android Gradle Plugin >=8.12.1 - Gradle wrapper >=8.13 +- Xcode >= 26.1.1 ## Usage From 2fb497fb32b49d38354c0a899bb6274206948001 Mon Sep 17 00:00:00 2001 From: Volodymyr Buberenko Date: Thu, 9 Apr 2026 18:20:18 +0300 Subject: [PATCH 2/2] docs(connectivity_plus): Update README to avoid headers duplication --- packages/connectivity_plus/connectivity_plus/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/connectivity_plus/connectivity_plus/README.md b/packages/connectivity_plus/connectivity_plus/README.md index ab91feca0b..1a4990116d 100644 --- a/packages/connectivity_plus/connectivity_plus/README.md +++ b/packages/connectivity_plus/connectivity_plus/README.md @@ -101,9 +101,9 @@ class _MyWidgetState extends State { } ``` -## Platform Support +## Supported ConnectivityResult values per platform -The following table shows which `ConnectivityResult` values are supported per platform. +The following table shows which `ConnectivityResult` values can be returned on every of supported platforms. | | Android | iOS | Web | macOS | Windows | Linux | |-----------|:-------:|:---:|:---:|:-----:|:-------:|:-----:| @@ -114,8 +114,7 @@ The following table shows which `ConnectivityResult` values are supported per pl | vpn | :white_check_mark: | | | | :white_check_mark: | :white_check_mark: | | satellite | :white_check_mark: | :white_check_mark: | | | | | | other | :white_check_mark: | :white_check_mark: | | :white_check_mark: | :white_check_mark: | :white_check_mark: | - -_`none` is supported on all platforms by default._ +| none | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Android