web_spa 2.1.0-alpha.1
web_spa: ^2.1.0-alpha.1 copied to clipboard
PotatoBeans SPA framework.
We analyzed this package 9 hours ago, and awarded it 125 pub points (of a possible 160):
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.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
Links in `CHANGELOG.md` should be secure. 2 links are insecure.
CHANGELOG.md:3:27
╷
3 │ <p>The format is based on <a href="http://keepachangelog.com/">Keep a Changelog</a>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
252 out of 517 API elements (48.7 %) have documentation comments.
Some symbols that are missing documentation: graph
, graph.BarChartComponent
, graph.BarChartComponent.BarChartComponent.new
, graph.BarChartComponent.calcGridMaxPxX
, graph.BarChartComponent.calcGridMaxPxY
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:web_spa/graph.dart
that declares support for platforms:Web
.
Package does not support platform `iOS`.
Because:
package:web_spa/graph.dart
that declares support for platforms:Web
.
Package does not support platform `Windows`.
Because:
package:web_spa/graph.dart
that declares support for platforms:Web
.
Package does not support platform `Linux`.
Because:
package:web_spa/graph.dart
that declares support for platforms:Web
.
Package does not support platform `macOS`.
Because:
package:web_spa/graph.dart
that declares support for platforms:Web
.
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 34 issues. Showing the first 2:
INFO: 'text' is deprecated and shouldn't be used. See Node.textContent.
lib/src/graph/BarChartComponent.dart:478:22
╷
478 │ _captionTextElem.text = '$dataName: ($x, ${labelFormatY(y)})';
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/graph/BarChartComponent.dart
INFO: 'text' is deprecated and shouldn't be used. See Node.textContent.
lib/src/graph/BoxChartComponent.dart:540:22
╷
540 │ _captionTextElem.text = '$dataName: ($x, Median: ${labelFormatY(y.median)}, Min: ${labelFormatY(y.min)}, Max: ${labelFormatY(y.max)}, Q1: ${labelFormatY(y.q1)}, Q3: ${labelFormatY(y.q3)})';
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/graph/BoxChartComponent.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
^2.13.0 |
2.13.0 | 2.13.0 | |
collection |
^1.19.0 |
1.19.1 | 1.19.1 | |
csslib |
^1.0.0 |
1.0.2 | 1.0.2 | |
http |
^1.5.0 |
1.5.0 | 1.5.0 | |
http_parser |
^4.1.0 |
4.1.2 | 4.1.2 | |
intl |
^0.20.0 |
0.20.2 | 0.20.2 | |
meta |
^1.17.0 |
1.17.0 | 1.17.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
web |
1.1.1 |
1.1.1 | 1.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
clock |
- | 1.1.2 | 1.1.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.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.23
, Dart 3.9.3
.
Check the analysis log for details.