plugng 0.1.2-alpha copy "plugng: ^0.1.2-alpha" to clipboard
plugng: ^0.1.2-alpha copied to clipboard

Dart-flavored plugin system designed for RTKng

115/ 160
pub points
8
downloads

We analyzed this package 32 hours ago, and awarded it 115 pub points (of a possible 160):

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

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

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Partially passed check 5/10 points: Use an OSI-approved license

Detected license: Pixar.

The following license are not OSI-approved: `Pixar`.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

25 out of 118 API elements (21.2 %) have documentation comments.

Some symbols that are missing documentation: plugng.manager, plugng.manager.PluginManager, plugng.manager.PluginManager.PluginManager.new, plugng.manager.PluginManager.callPlugin, plugng.manager.PluginManager.loadPlugin.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Android

Because:

  • package:plugng/plugng_plugin.dart that imports:
  • package:plugng/src/plugin_client.dart that imports:
  • dart:mirrors
Package not compatible with platform iOS

Because:

  • package:plugng/plugng_plugin.dart that imports:
  • package:plugng/src/plugin_client.dart that imports:
  • dart:mirrors
Package not compatible with platform Web

Because:

  • package:plugng/plugng_manager.dart that imports:
  • package:plugng/src/plugng_base.dart that imports:
  • package:plugng/src/plugin_registry.dart that imports:
  • package:plugng/src/intercom.dart that imports:
  • dart:isolate
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

Found 5 issues. Showing the first 2:

INFO: Missing type annotation.

lib/src/intercom.dart:90:16

   ╷
90 │   void sendRaw(data) => _outPort.send(data);
   │                ^^^^
   ╵

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

INFO: The import of 'intercom.dart' is unnecessary because all of the used elements are also provided by the import of 'package:plugng/plugng_manager.dart'.

lib/src/plugin_registry.dart:27:8

   ╷
27 │ import 'intercom.dart';
   │        ^^^^^^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
collection ^1.15.0 1.19.1 1.19.1
path ^1.8.0 1.9.1 1.9.1
tuple ^2.0.0 2.0.2 2.0.2
uuid ^3.0.4 3.0.7 4.5.2
version ^2.0.0 2.0.3 3.0.2
Transitive dependencies
Package Constraint Compatible Latest Notes
crypto - 3.0.7 3.0.7
typed_data - 1.4.0 1.4.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^3.0.4` on uuid does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions uuid to update the constraint.

The constraint `^2.0.0` on version does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions version to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.10, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
115
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

Dart-flavored plugin system designed for RTKng

Repository

Documentation

API reference

License

Pixar (license)

Dependencies

collection, path, tuple, uuid, version

More

Packages that depend on plugng