connectivity 2.0.2
connectivity: ^2.0.2 copied to clipboard
Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.
1162
likes
95
/ 110
pub points
99
%
popularity
We analyzed this package on Feb 24, 2021, and awarded it 95 pub points (of a possible 110):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:49:1
╷
49 │ <a href="http://flutter.io/">documentation</a>.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
- Found example at:
example/lib/main.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 4 out of 5 API elements (80.0 %) have documentation comments.
20/20 points: Supports 3 of 3 possible platforms (iOS, Android, Web)
Found 3 issues. Showing the first 2:
Consider supporting these prerelease platforms:
Package does not support Flutter platform Windows
Because:
package:connectivity/connectivity.dart
that declares support for platforms: Android, iOS, macOS, Web
30/30 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
- Could not run pub outdated:
pub get
failed:
Because connectivity depends on integration_test from path which doesn't exist (could not find package integration_test at "../../integration_test"), version solving failed.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.14.10
,
Flutter 1.22.6
,
Dart 2.10.5
.