deact 1.5.2 deact: ^1.5.2 copied to clipboard
A web UI framework inspired by React. The main building blocks are components, which can be implemented as classes or functions.
We analyzed this package 2 days ago, and awarded it 140 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
53 out of 182 API elements (29.1 %) have documentation comments.
Some symbols that are missing documentation: deact
, deact.AfterRender
, deact.ComponentNode.key
, deact.DeactString.txt
, deact.Deferred.builder
.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package not compatible with platform Android
Because:
package:deact/deact.dart
that imports:package:domino/browser.dart
that imports:package:domino/src/browser_impl.dart
that imports:dart:html
Package not compatible with platform iOS
Because:
package:deact/deact.dart
that imports:package:domino/browser.dart
that imports:package:domino/src/browser_impl.dart
that imports:dart:html
Package not compatible with platform Windows
Because:
package:deact/deact.dart
that imports:package:domino/browser.dart
that imports:package:domino/src/browser_impl.dart
that imports:dart:html
Package not compatible with platform Linux
Because:
package:deact/deact.dart
that imports:package:domino/browser.dart
that imports:package:domino/src/browser_impl.dart
that imports:dart:html
Package not compatible with platform macOS
Because:
package:deact/deact.dart
that imports:package:domino/browser.dart
that imports:package:domino/src/browser_impl.dart
that imports:dart:html
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:deact/deact.dart
that imports:package:domino/browser.dart
that imports:package:domino/src/browser_impl.dart
that imports:dart:html
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 18 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/src/deact/component.dart:1:1
╷
1 │ part of deact;
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/deact/component.dart
INFO: The part-of directive uses a library name.
lib/src/deact/deact_instance.dart:1:1
╷
1 │ part of deact;
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/deact/deact_instance.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
domino |
^0.8.2 |
0.8.4 | 0.9.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.8.2` on domino does not support the stable version `0.9.0`.
Try running dart pub upgrade --major-versions domino
to update the constraint.
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.17
, Dart 3.6.0
.
Check the analysis log for details.