parallelism 2.0.1-beta copy "parallelism: ^2.0.1-beta" to clipboard
parallelism: ^2.0.1-beta copied to clipboard

Parallelism (via Dart Isolates) simplified

125/ 160
pub points
6
downloads

We analyzed this package 30 hours ago, and awarded it 125 pub points (of a possible 160):

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

Failed check 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 50 to 180 characters to describe the package, what it does, and its target use case.

Repository URL doesn't exist.

At the time of the analysis https://github.com/shady-ti/parallelism/ was unreachable. Make sure that the website is reachable via HEAD requests.

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("2.0.1-beta").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: UPL-1.0.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

39 out of 39 API elements (100.0 %) have documentation comments.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

Passed check 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:parallelism/parallelism.dart that imports:
  • dart:isolate
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: The variable name '__' isn't a lowerCamelCase identifier.

bin/main.dart:66:7

   ╷
66 │   var __ = procLine.stream.listen((data) {
   │       ^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze bin/main.dart

INFO: An uninitialized field should have an explicit type annotation.

lib/src/process.dart:6:14

  ╷
6 │   late final iType;
  │              ^^^^^
  ╵

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

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

Passed check 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.

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.10, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
125
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

Parallelism (via Dart Isolates) simplified

Repository (GitHub)

Documentation

API reference

License

UPL-1.0 (license)

More

Packages that depend on parallelism