async_pool 0.1.0
async_pool: ^0.1.0 copied to clipboard
A future and async thread pool project.has a syntax similar to CompletableFuture in java
0
likes
130/ 140
pub points
0%
popularity
We analyzed this package 10 hours ago, and awarded it 130 pub points (of a possible 140):
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: BSD-3-Clause
.
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 31 out of 61 API elements (50.8 %) have documentation comments.
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:async_pool/async_pool.dart
that imports:package:async_pool/src/isolate_executor.dart
that imports:dart:isolate
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
INFO: Statements in an if should be enclosed in a block.
lib/src/future_executor.dart:112:9
╷
112 │ onValue(result);
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/future_executor.dart
INFO: 'Completer.complete' shouldn't be called with a null argument for the non-nullable type argument 'List
lib/src/future_executor.dart:153:7
╷
153 │ completer.complete();
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/future_executor.dart
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: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.25
, Dart 2.19.1
.