coruja 0.0.1
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.
We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 160):
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.
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: BSD-2-Clause.
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.
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:coruja/coruja.dartthat imports:package:coruja/src/coruja_json_request_factory.dartthat imports:package:coruja/src/coruja_request.dartthat imports:dart:io
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
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.
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.8.
Check the analysis log for details.