isolate_pool_executor 1.2.0 copy "isolate_pool_executor: ^1.2.0" to clipboard
isolate_pool_executor: ^1.2.0 copied to clipboard

isolate pool executor for Dart.

4
likes
115/ 140
pub points
66%
popularity

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

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

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

5/5 points: Provide a valid README.md

0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` contains too many non-ASCII characters.

The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.

10/10 points: Use an OSI-approved license

Detected license: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

12 out of 37 API elements (32.4 %) have documentation comments.

Some symbols that are missing documentation: isolate_pool_executor, isolate_pool_executor.CreateIsolateTimeoutException, isolate_pool_executor.CreateIsolateTimeoutException.CreateIsolateTimeoutException, isolate_pool_executor.CreateIsolateTimeoutException.debugLabel, isolate_pool_executor.CreateIsolateTimeoutException.waitTime.

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:isolate_pool_executor/isolate_pool_executor.dart that imports:
  • package:isolate_pool_executor/src/ext/isolate_pool_executor_ext.dart that imports:
  • package:isolate_pool_executor/src/isolate_pool_executor.dart that imports:
  • dart:isolate
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 8 issues. Showing the first 2:

INFO: Empty catch block.

lib/src/isolate_pool_executor_cache.dart:98:22

   ╷
98 │     } catch (ignore) {}
   │                      ^^
   ╵

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

INFO: Empty catch block.

lib/src/isolate_pool_executor_core.dart:88:24

   ╷
88 │       } catch (ignore) {}
   │                        ^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/isolate_pool_executor_core.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

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.