dart_udt 0.0.2
dart_udt: ^0.0.2 copied to clipboard
A work-in-progress pure Dart port scaffold of the UDT (UDP-based Data Transfer) library.
We analyzed this package 33 hours ago, and awarded it 145 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
159 out of 613 API elements (25.9 %) have documentation comments.
Some symbols that are missing documentation: dart_udt.UdtAckControlInfo.UdtAckControlInfo.new, dart_udt.UdtAckControlInfo.UdtAckControlInfo.parse, dart_udt.UdtAckControlInfo.receivedSequenceNumber, dart_udt.UdtAckControlInfo.toBytes, dart_udt.UdtAckNakTimerModel.UdtAckNakTimerModel.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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_udt/dart_udt.dartthat imports:package:dart_udt/src/udt_port/network/socket_runtime_plan.dartthat imports:package:dart_udt/src/udt_port/network/socket_option_application.dartthat imports:package:dart_udt/src/udt_port/network/platform_compatibility.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.10, Dart 3.11.1.
Check the analysis log for details.