File tree Expand file tree Collapse file tree
packages/connectivity_plus/connectivity_plus Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments