dartseid 0.1.0+1
dartseid: ^0.1.0+1 copied to clipboard
A no magic web framework for Dart.
We analyzed this package 8 hours ago, and awarded it 130 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.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: dartseid
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: dartseid
.
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
.
0/10 points: 20% or more of the public API has dartdoc comments
4 out of 106 API elements (3.8 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: dartseid
, dartseid.AfterHookHandler
, dartseid.AfterRoute
, dartseid.AfterRoute.after
, dartseid.AfterRoute.afterAll
.
10/10 points: Package has 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:dartseid/dartseid.dart
that imports:package:dartseid/src/ws/ws.dart
that imports:package:dartseid/src/helpers/response_helpers.dart
that imports:package:dartseid_logger/dartseid_logger.dart
that imports:package:dartseid_logger/src/logger.dart
that imports:package:dartseid_config/dartseid_config.dart
that imports:package:dartseid_config/src/configuration.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:dartseid/dartseid.dart
that imports:package:dartseid/src/ws/ws.dart
that imports:package:dartseid/src/helpers/response_helpers.dart
that imports:package:dartseid_logger/dartseid_logger.dart
that imports:package:dartseid_logger/src/logger.dart
that imports:package:dartseid_config/dartseid_config.dart
that imports:package:dartseid_config/src/configuration.dart
that imports:dart:io
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.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
collection |
^1.17.2 |
1.19.1 | 1.19.1 | |
dartseid_config |
^0.0.2 |
0.0.2 | 0.0.2 | Discontinued |
dartseid_logger |
^0.0.2 |
0.0.2 | 0.0.2 | Discontinued |
mime |
^1.0.4 |
1.0.6 | 2.0.0 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
string_scanner |
^1.2.0 |
1.4.1 | 1.4.1 | |
uuid |
^3.0.7 |
3.0.7 | 4.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
ansi_styles |
- | 0.3.2+1 | 0.3.2+1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
source_span |
- | 1.10.1 | 1.10.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
.
Found 3 issues. Showing the first 2:
The constraint `^1.0.4` on mime does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions mime
to update the constraint.
The constraint `^3.0.7` on uuid does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions uuid
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.23
, Dart 3.9.3
.
Check the analysis log for details.