isolated_logic 0.0.1 copy "isolated_logic: ^0.0.1" to clipboard
isolated_logic: ^0.0.1 copied to clipboard

Bring up your business logic (and state management) into separated isolate

2
likes
140/ 160
pub points
0%
popularity

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

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

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: isolated_logic,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository URL mismatch: expected https://github.com/hot-moms/isolated_logic but got https://github.com/kitsuniru/isolated_logic.

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

6 out of 30 API elements (20.0 %) have documentation comments.

Some symbols that are missing documentation: isolated_logic, isolated_logic.DisposeHandler, isolated_logic.IsolatedController, isolated_logic.IsolatedController.$controllerKey, isolated_logic.IsolatedController.IsolatedController.

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:isolated_logic/isolated_logic.dart that imports:
  • package:isolated_logic/src/isolate/logical_handler.dart that imports:
  • package:isolated_logic/src/isolate/isolate_worker.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 10 issues. Showing the first 2:

lib/src/controller/controller_lifecycle.dart doesn't match the Dart formatter.

To format your files run: dart format .

lib/src/controller/isolated_controller.dart doesn't match the Dart formatter.

To format your files run: dart format .

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

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
async ^2.11.0 2.11.0 2.11.0
collection ^1.17.2 1.19.0 1.19.0
meta ^1.10.0 1.15.0 1.15.0
stream_transform ^2.1.0 2.1.0 2.1.0

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.22.6, Dart 3.4.3.

Check the analysis log for details.

2
likes
140
pub points
0%
popularity

Publisher

unverified uploader

Bring up your business logic (and state management) into separated isolate

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, collection, meta, stream_transform

More

Packages that depend on isolated_logic