coruja 0.0.1 copy "coruja: ^0.0.1" to clipboard
coruja: ^0.0.1 copied to clipboard

A nodeJS express like library. Provides facilities to configure routes to HTTP requests of type GET/POST and ways to change the default request object received by the route function handler.

140/ 160
pub points
12
downloads

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

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-2-Clause.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

19 out of 26 API elements (73.1 %) have documentation comments.

Some symbols that are missing documentation: coruja.Coruja.Coruja.new, coruja.CorujaJsonRequest.CorujaJsonRequest.new, coruja.CorujaJsonRequestFactory.CorujaJsonRequestFactory.new, coruja.CorujaJsonRequestFactory.build, coruja.CorujaRequest.routeParams.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:coruja/coruja.dart that imports:
  • package:coruja/src/coruja_json_request_factory.dart that imports:
  • package:coruja/src/coruja_request.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

INFO: Angle brackets will be interpreted as HTML.

lib/src/coruja_request.dart:13:68

   ╷
13 │   /// Cria um novo CorujaRequest que recebe um HttpRequest e um Map<String, String> com
   │                                                                    ^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/coruja_request.dart

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

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

No dependencies.

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

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.8.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
140
points
12
downloads

Publisher

verified publisherdanielprado.dev

Weekly Downloads

A nodeJS express like library. Provides facilities to configure routes to HTTP requests of type GET/POST and ways to change the default request object received by the route function handler.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

More

Packages that depend on coruja