dart_snmp 2.1.0 copy "dart_snmp: ^2.1.0" to clipboard
dart_snmp: ^2.1.0 copied to clipboard

A dart library for communicating with simple network management protocol (snmp) enabled devices

16
likes
130/ 140
pub points
71%
popularity

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

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/point-source/dart_snmp/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

60 out of 140 API elements (42.9 %) have documentation comments.

Some symbols that are missing documentation: dart_snmp, dart_snmp.BOOLEAN, dart_snmp.COUNTER, dart_snmp.COUNTER_64, dart_snmp.END_OF_MIB_VIEW.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:dart_snmp/dart_snmp.dart that imports:
  • package:dart_snmp/src/models/message.dart that imports:
  • package:dart_snmp/src/models/pdu.dart that imports:
  • package:dart_snmp/src/models/varbind.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: Missing a corresponding override of 'hashCode'.

lib/src/models/pdu.dart:106:17

    ╷
106 │   bool operator ==(Object other) =>
    │                 ^^
    ╵

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

INFO: Missing a corresponding override of 'hashCode'.

lib/src/models/pdu.dart:167:17

    ╷
167 │   bool operator ==(Object other) =>
    │                 ^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/models/pdu.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
asn1lib ^1.2.2 1.5.2 1.5.2
logging ^1.0.1 1.2.0 1.2.0

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.4.

Check the analysis log for details.

16
likes
130
pub points
71%
popularity

Publisher

unverified uploader

A dart library for communicating with simple network management protocol (snmp) enabled devices

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

asn1lib, logging

More

Packages that depend on dart_snmp