Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/connectivity_plus/connectivity_plus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -100,9 +101,9 @@ class _MyWidgetState extends State<MyWidget> {
}
```

## 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 |
|-----------|:-------:|:---:|:---:|:-----:|:-------:|:-----:|
Expand All @@ -113,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

Expand Down