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 4 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
53 out of 186 API elements (28.5 %) have documentation comments.
Some symbols that are missing documentation: deact, deact.AfterRender, deact.ComponentNode.key, deact.Deact.Deact.new, deact.DeactString.txt.
10/10 points: Package has an example
10/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.dartthat imports:package:domino/browser.dartthat imports:package:domino/src/browser_impl.dartthat imports:dart:html
Package not compatible with platform iOS
Because:
package:deact/deact.dartthat imports:package:domino/browser.dartthat imports:package:domino/src/browser_impl.dartthat imports:dart:html
Package not compatible with platform Windows
Because:
package:deact/deact.dartthat imports:package:domino/browser.dartthat imports:package:domino/src/browser_impl.dartthat imports:dart:html
Package not compatible with platform Linux
Because:
package:deact/deact.dartthat imports:package:domino/browser.dartthat imports:package:domino/src/browser_impl.dartthat imports:dart:html
Package not compatible with platform macOS
Because:
package:deact/deact.dartthat imports:package:domino/browser.dartthat imports:package:domino/src/browser_impl.dartthat imports:dart:html
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:deact/deact.dartthat imports:package:domino/browser.dartthat imports:package:domino/src/browser_impl.dartthat imports:dart:html
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.
lib/deact.dart:4:1
╷
4 │ import 'dart:html' as html;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/deact.dart
INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.
lib/deact.dart:5:1
╷
5 │ import 'dart:html';
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/deact.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
domino |
^0.8.2 |
0.8.4 | 0.9.1 |
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.23.12, Dart 3.11.4.
Check the analysis log for details.