cruky 1.1.0 copy "cruky: ^1.1.0" to clipboard
cruky: ^1.1.0 copied to clipboard

discontinuedreplaced by: croky
SDKDart

cruky is server-side library to create API with modern and fast performance.

1
likes
140/ 160
pub points
0%
popularity

We analyzed this package 4 days ago, and awarded it 140 pub points (of a possible 160):

partial
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

105 out of 183 API elements (57.4 %) have documentation comments.

Some symbols that are missing documentation: cruky, cruky.BindFrom, cruky.BindFrom.BindFrom, cruky.BindFrom.BindFrom.form, cruky.BindFrom.from.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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.dart that imports:
  • package:cruky/src/annotation/annotation.dart that imports:
  • package:cruky/src/constants.dart that imports:
  • package:cruky/src/handlers/routes/schema/parser.dart that imports:
  • package:cruky/src/handlers/routes/schema/handler.dart that imports:
  • package:cruky/src/scanner/scanner.dart that imports:
  • package:cruky/src/scanner/middleware.dart that imports:
  • package:cruky/src/handlers/middleware/main.dart that imports:
  • dart:mirrors
Package not compatible with platform iOS

Because:

  • package:cruky/cruky.dart that imports:
  • package:cruky/src/annotation/annotation.dart that imports:
  • package:cruky/src/constants.dart that imports:
  • package:cruky/src/handlers/routes/schema/parser.dart that imports:
  • package:cruky/src/handlers/routes/schema/handler.dart that imports:
  • package:cruky/src/scanner/scanner.dart that imports:
  • package:cruky/src/scanner/middleware.dart that imports:
  • package:cruky/src/handlers/middleware/main.dart that imports:
  • dart:mirrors
Package not compatible with platform Web

Because:

  • package:cruky/cruky.dart that imports:
  • package:cruky/src/annotation/annotation.dart that imports:
  • package:cruky/src/constants.dart that imports:
  • package:cruky/src/handlers/routes/schema/parser.dart that imports:
  • package:cruky/src/handlers/routes/schema/handler.dart that imports:
  • package:cruky/src/scanner/scanner.dart that imports:
  • package:cruky/src/scanner/middleware.dart that imports:
  • package:cruky/src/handlers/middleware/main.dart that imports:
  • package:cruky/src/request/req.dart that imports:
  • package:cruky/src/request/common/query.dart that imports:
  • package:cruky/src/core/res.dart that imports:
  • package:cruky/src/common/mimetypes.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 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

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
ansicolor ^2.0.1 2.0.2 2.0.2
args ^2.3.0 2.5.0 2.5.0
meta ^1.7.0 1.15.0 1.15.0
mime ^1.0.1 1.0.5 1.0.5
path ^1.8.1 1.9.0 1.9.0
vm_service ^8.2.2 8.3.0 14.2.4
watcher ^1.0.1 1.1.0 1.1.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
collection - 1.19.0 1.19.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

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.22.7, Dart 3.4.4.

Check the analysis log for details.

1
likes
140
pub points
0%
popularity

Publisher

unverified uploader

cruky is server-side library to create API with modern and fast performance.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

ansicolor, args, meta, mime, path, vm_service, watcher

More

Packages that depend on cruky