iso 1.0.0
iso: ^1.0.0 copied to clipboard
An isolates runner that handles bidirectionnal communication. Run some code in an isolate and communicate with it
We analyzed this package 13 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.
10/10 points: 20% or more of the public API has dartdoc comments
20 out of 21 API elements (95.2 %) have documentation comments.
Some symbols that are missing documentation: iso.
10/10 points: Package has 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:iso/iso.dartthat imports:package:iso/src/runner.dartthat imports:dart:isolate
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
WARNING: The generic type 'Completer
lib/src/iso.dart:36:9
╷
36 │ final Completer _isolateReadyToListenCompleter = Completer<void>();
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/iso.dart
WARNING: The generic type 'Future
lib/src/iso.dart:43:3
╷
43 │ Future get onCanReceive => _isolateReadyToListenCompleter.future;
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/iso.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
extra_pedantic |
^1.3.0 |
1.5.0 | 4.0.0 | |
meta |
^1.3.0 |
1.17.0 | 1.17.0 | |
pedantic |
^1.11.0 |
1.11.1 | 1.11.1 | Discontinued |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.3.0` on extra_pedantic does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions extra_pedantic to update the constraint.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- pedantic.
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.3, Dart 3.10.4.
Check the analysis log for details.