connectivity_plus 4.0.2
connectivity_plus: ^4.0.2 copied to clipboard
Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.
We analyzed this package 3 days ago, and awarded it 130 pub points (of a possible 140):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause
.
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 8 out of 13 API elements (61.5 %) have documentation comments.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
Package does not support platform `iOS`.
Because:
package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
Package does not support platform `Windows`.
Because:
package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
Package does not support platform `macOS`.
Because:
package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
Package not compatible with platform Web
Because:
package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_web.dart
that imports:package:flutter_web_plugins/flutter_web_plugins.dart
that imports:package:flutter_web_plugins/src/plugin_registry.dart
that imports:dart:ui_web
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: Unclosed instance of 'Sink'.
lib/src/connectivity_plus_linux.dart:31:41
╷
31 │ StreamController<ConnectivityResult>? _controller;
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/connectivity_plus_linux.dart
INFO: Unclosed instance of 'Sink'.
lib/src/web/dart_html_connectivity_plugin.dart:18:41
╷
18 │ StreamController<ConnectivityResult>? _connectivityResult;
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/web/dart_html_connectivity_plugin.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
connectivity_plus_platform_interface |
^1.2.4 |
1.2.4 | 1.2.4 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_web_plugins |
flutter |
0.0.0 | 0.0.0 |
js |
^0.6.4 |
0.6.7 | 0.6.7 |
meta |
^1.8.0 |
1.9.1 | 1.10.0 |
nm |
^0.5.0 |
0.5.0 | 0.5.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
- | 2.4.2 | 2.4.2 |
characters |
- | 1.3.0 | 1.3.0 |
collection |
- | 1.17.2 | 1.18.0 |
dbus |
- | 0.7.8 | 0.7.8 |
ffi |
- | 2.1.0 | 2.1.0 |
material_color_utilities |
- | 0.5.0 | 0.8.0 |
petitparser |
- | 5.4.0 | 6.0.1 |
plugin_platform_interface |
- | 2.1.6 | 2.1.6 |
sky_engine |
- | 0.0.99 | 0.0.99 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 0.1.4-beta | 0.2.1-beta |
xml |
- | 6.3.0 | 6.4.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with Pana 0.21.36
, Flutter 3.13.3
, Dart 3.1.1
.