ping_win32 0.0.2 copy "ping_win32: ^0.0.2" to clipboard
ping_win32: ^0.0.2 copied to clipboard

A simple wrapper for Win32 IcmpSendEcho2 function

0
likes
110/ 140
pub points
23%
popularity

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

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

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: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

3 out of 11 API elements (27.3 %) have documentation comments.

Some symbols that are missing documentation: ping_win32, ping_win32.IcmpResult, ping_win32.IcmpResult.IcmpResult, ping_win32.IcmpResult.statusString, ping_win32.IcmpResult.ttl.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Windows

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:ping_win32/ping_win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:ping_win32/ping_win32.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:ping_win32/ping_win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:ping_win32/ping_win32.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:ping_win32/ping_win32.dart that declares support for platforms: Windows.
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 4 issues. Showing the first 2:

WARNING: The value of the field 'getLastError' isn't used.

lib/ping_win32.dart:99:16

   ╷
99 │   static final getLastError =
   │                ^^^^^^^^^^^^
   ╵

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

WARNING: The value of the local variable 'ERROR_IO_PENDING' isn't used.

lib/ping_win32.dart:145:11

    ╷
145 │     const ERROR_IO_PENDING = 997;
    │           ^^^^^^^^^^^^^^^^
    ╵

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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

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

Package Constraint Compatible Latest
ffi ^2.1.0 2.1.2 2.1.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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

0
likes
110
pub points
23%
popularity

Publisher

verified publisherespresso3389.jp

A simple wrapper for Win32 IcmpSendEcho2 function

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

ffi

More

Packages that depend on ping_win32