isolated_logic 0.0.1
isolated_logic: ^0.0.1 copied to clipboard
Bring up your business logic (and state management) into separated isolate
We analyzed this package 10 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
pubspec.yaml from the repository URL mismatch: expected https://github.com/hot-moms/isolated_logic but got https://github.com/kitsuniru/isolated_logic.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: isolated_logic, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.
0/10 points: 20% or more of the public API has dartdoc comments
6 out of 33 API elements (18.2 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: isolated_logic, isolated_logic.ControllerLifecycleHandler.ControllerLifecycleHandler.new, isolated_logic.DisposeHandler, isolated_logic.IsolatedController, isolated_logic.IsolatedController.$controllerKey.
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:isolated_logic/isolated_logic.dartthat imports:package:isolated_logic/src/isolate/logical_handler.dartthat imports:package:isolated_logic/src/isolate/isolate_worker.dartthat imports:dart:isolate
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
/tmp/pana_PNQCGT/lib/src/controller/controller_lifecycle.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_PNQCGT/lib/src/controller/isolated_controller.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
^2.11.0 |
2.13.0 | 2.13.0 | |
collection |
^1.17.2 |
1.19.1 | 1.19.1 | |
meta |
^1.10.0 |
1.17.0 | 1.17.0 | |
stream_transform |
^2.1.0 |
2.1.1 | 2.1.1 |
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.3, Dart 3.10.1.
Check the analysis log for details.