Skip to content

Commit ba6e6b9

Browse files
authored
docs(connectivity_plus): Add missing info about Xcode 26.1.1 requirement, deduplicate headers (#3792)
1 parent 5f93878 commit ba6e6b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • packages/connectivity_plus/connectivity_plus

packages/connectivity_plus/connectivity_plus/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This plugin allows Flutter apps to discover network connectivity types that can
2929
- Java 17
3030
- Android Gradle Plugin >=8.12.1
3131
- Gradle wrapper >=8.13
32+
- Xcode >= 26.1.1
3233

3334
## Usage
3435

@@ -100,9 +101,9 @@ class _MyWidgetState extends State<MyWidget> {
100101
}
101102
```
102103

103-
## Platform Support
104+
## Supported ConnectivityResult values per platform
104105

105-
The following table shows which `ConnectivityResult` values are supported per platform.
106+
The following table shows which `ConnectivityResult` values can be returned on every of supported platforms.
106107

107108
| | Android | iOS | Web | macOS | Windows | Linux |
108109
|-----------|:-------:|:---:|:---:|:-----:|:-------:|:-----:|
@@ -113,8 +114,7 @@ The following table shows which `ConnectivityResult` values are supported per pl
113114
| vpn | :white_check_mark: | | | | :white_check_mark: | :white_check_mark: |
114115
| satellite | :white_check_mark: | :white_check_mark: | | | | |
115116
| other | :white_check_mark: | :white_check_mark: | | :white_check_mark: | :white_check_mark: | :white_check_mark: |
116-
117-
_`none` is supported on all platforms by default._
117+
| none | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
118118

119119
### Android
120120

0 commit comments

Comments
 (0)