这是indexloc提供的服务,不要输入任何密码

network_type_reachability 1.3.3 copy "network_type_reachability: ^1.3.3" to clipboard
network_type_reachability: ^1.3.3 copied to clipboard

This plugin allows you to detect changes in the mobile network, 2G, 3G, 4G, 5G. it can also detect whether the internet connection status is real or not working and even unstable.

140/ 160
pub points
32
downloads

We analyzed this package 3 days ago, and awarded it 140 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

7 out of 14 API elements (50.0 %) have documentation comments.

Some symbols that are missing documentation: network_type_reachability, network_type_reachability.InternetStatusConnection, network_type_reachability.NetworkStatus, network_type_reachability.NetworkTypeReachability, network_type_reachability.NetworkTypeReachability.NetworkTypeReachability.new.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:network_type_reachability/network_type_reachability.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:network_type_reachability/network_type_reachability.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:network_type_reachability/network_type_reachability.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:network_type_reachability/network_type_reachability.dart that declares support for platforms: Android, iOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:network_type_reachability/network_type_reachability.dart that imports:
  • package:dart_ping_ios/dart_ping_ios.dart that imports:
  • package:flutter_icmp_ping/flutter_icmp_ping.dart that imports:
  • package:flutter_icmp_ping/src/ping_android.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/network_type_reachability/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 7 issues. Showing the first 2:

INFO: Missing type annotation.

lib/network_type_reachability.dart:90:5

   ╷
90 │     urlTest = 'google.com',
   │     ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/network_type_reachability.dart

INFO: Missing type annotation.

lib/network_type_reachability.dart:91:5

   ╷
91 │     countPing = 3,
   │     ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/network_type_reachability.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
dart_ping ^6.1.2 6.1.2 9.0.1
dart_ping_ios ^1.1.0 1.1.0 4.0.2
permission_handler ^9.2.0 9.2.0 12.0.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
flutter_icmp_ping - 3.1.3 3.1.3
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
permission_handler_android - 9.0.2+1 13.0.1
permission_handler_apple - 9.1.4 9.4.7
permission_handler_platform_interface - 3.12.0 4.3.0
permission_handler_windows - 0.1.3 0.2.1
plugin_platform_interface - 2.1.8 2.1.8
vector_math - 2.2.0 2.2.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 3 issues. Showing the first 2:

The constraint `^6.1.2` on dart_ping does not support the stable version `7.0.0`.

Try running dart pub upgrade --major-versions dart_ping to update the constraint.

The constraint `^1.1.0` on dart_ping_ios does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions dart_ping_ios to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
11
likes
140
points
32
downloads

Publisher

verified publisheralecodeando.com

Weekly Downloads

This plugin allows you to detect changes in the mobile network, 2G, 3G, 4G, 5G. it can also detect whether the internet connection status is real or not working and even unstable.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dart_ping, dart_ping_ios, flutter, permission_handler

More

Packages that depend on network_type_reachability

Packages that implement network_type_reachability