You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Add this to your package's `pubspec.yaml` file:
21
21
22
22
```yaml
23
23
dependencies:
24
-
connectivity_validator: ^0.0.3
24
+
connectivity_validator: ^0.0.4
25
25
```
26
26
27
27
Then run:
@@ -56,6 +56,8 @@ The plugin uses `ConnectivityManager` with `NET_CAPABILITY_VALIDATED` and HTTPS
56
56
57
57
No additional setup required. The plugin uses `NWPathMonitor` with `.satisfied` status and HTTPS connectivity testing to detect validated connectivity.
58
58
59
+
**Note**: The plugin supports both CocoaPods and Swift Package Manager (SPM). Flutter will automatically use the appropriate dependency manager based on your project configuration.
Copy file name to clipboardExpand all lines: ios/connectivity_validator.podspec
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
#
5
5
Pod::Spec.newdo |s|
6
6
s.name='connectivity_validator'
7
-
s.version='0.0.3'
7
+
s.version='0.0.4'
8
8
s.summary='A robust internet connectivity checker that validates actual network access using native Android (NET_CAPABILITY_VALIDATED) and iOS (NWPathMonitor) APIs.'
9
9
s.description=<<-DESC
10
10
A robust internet connectivity checker that validates actual network access using native Android (NET_CAPABILITY_VALIDATED) and iOS (NWPathMonitor) APIs.
@@ -13,7 +13,7 @@ A robust internet connectivity checker that validates actual network access usin
Copy file name to clipboardExpand all lines: pubspec.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: connectivity_validator
2
2
description: "A robust internet connectivity checker that validates actual network access using native Android (NET_CAPABILITY_VALIDATED) and iOS (NWPathMonitor) APIs."
0 commit comments