cruky 1.1.0
cruky: ^1.1.0 copied to clipboard
cruky is server-side library to create API with modern and fast performance.
We analyzed this package 4 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Documentation URL doesn't exist.
At the time of the analysis https://seifalmotaz.github.io/cruky/ was unreachable. Make sure that the website is reachable via HEAD requests.
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
105 out of 191 API elements (55.0 %) have documentation comments.
Some symbols that are missing documentation: cruky, cruky.AppMaterial.AppMaterial.new, cruky.BindFrom, cruky.BindFrom.BindFrom.form, cruky.BindFrom.BindFrom.iform.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Android
Because:
package:cruky/cruky.dartthat imports:package:cruky/src/annotation/annotation.dartthat imports:package:cruky/src/constants.dartthat imports:package:cruky/src/handlers/routes/schema/parser.dartthat imports:package:cruky/src/handlers/routes/schema/handler.dartthat imports:package:cruky/src/scanner/scanner.dartthat imports:package:cruky/src/scanner/middleware.dartthat imports:package:cruky/src/handlers/middleware/main.dartthat imports:dart:mirrors
Package not compatible with platform iOS
Because:
package:cruky/cruky.dartthat imports:package:cruky/src/annotation/annotation.dartthat imports:package:cruky/src/constants.dartthat imports:package:cruky/src/handlers/routes/schema/parser.dartthat imports:package:cruky/src/handlers/routes/schema/handler.dartthat imports:package:cruky/src/scanner/scanner.dartthat imports:package:cruky/src/scanner/middleware.dartthat imports:package:cruky/src/handlers/middleware/main.dartthat imports:dart:mirrors
Package not compatible with platform Web
Because:
package:cruky/cruky.dartthat imports:package:cruky/src/annotation/annotation.dartthat imports:package:cruky/src/constants.dartthat imports:package:cruky/src/handlers/routes/schema/parser.dartthat imports:package:cruky/src/handlers/routes/schema/handler.dartthat imports:package:cruky/src/scanner/scanner.dartthat imports:package:cruky/src/scanner/middleware.dartthat imports:package:cruky/src/handlers/middleware/main.dartthat imports:package:cruky/src/request/req.dartthat imports:package:cruky/src/request/common/query.dartthat imports:package:cruky/src/core/res.dartthat imports:package:cruky/src/common/mimetypes.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/src/core/multi_run.dart:1:1
╷
1 │ part of cruky.core.runner;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/core/multi_run.dart
INFO: 'getIsolateID' is deprecated and shouldn't be used. Use getIsolateId instead.
lib/src/core/multi_run.dart:50:29
╷
50 │ var isolateID = Service.getIsolateID(Isolate.current);
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/core/multi_run.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ansicolor |
^2.0.1 |
2.0.3 | 2.0.3 | |
args |
^2.3.0 |
2.7.0 | 2.7.0 | |
meta |
^1.7.0 |
1.18.0 | 1.18.0 | |
mime |
^1.0.1 |
1.0.6 | 2.0.0 | |
path |
^1.8.1 |
1.9.1 | 1.9.1 | |
vm_service |
^8.2.2 |
8.3.0 | 15.0.2 | |
watcher |
^1.0.1 |
1.2.1 | 1.2.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.0.1` 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 `^8.2.2` on vm_service does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions vm_service 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.8, Dart 3.10.7.
Check the analysis log for details.