duit_kernel 1.4.1
duit_kernel: ^1.4.1 copied to clipboard
Core library for flutter_duit package. Contains reusable models for developing third-party packages.
We analyzed this package 22 days ago, and awarded it 130 pub points (of a possible 160):
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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
92 out of 153 API elements (60.1 %) have documentation comments.
Some symbols that are missing documentation: duit_kernel, duit_kernel.ActionDependency.ActionDependency.fromJSON, duit_kernel.ActionDependency.ActionDependency.new, duit_kernel.ActionDependency.id, duit_kernel.ActionDependency.target.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:duit_kernel/duit_kernel.dartthat imports:package:duit_kernel/src/index.dartthat imports:package:duit_kernel/src/concurrency.dartthat imports:dart:isolate
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
WARNING: The declaration '_extractRefPaths' isn't referenced.
lib/src/component_description.dart:16:27
╷
16 │ static Iterable<String> _extractRefPaths(Map<String, dynamic> json) {
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/component_description.dart
INFO: Missing type annotation.
lib/src/registry.dart:49:10
╷
49 │ static registerComponents(List<Map<String, dynamic>> components) {
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/registry.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
vector_math |
- | 2.2.0 | 2.2.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.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.