simple_rest 0.4.2
simple_rest: ^0.4.2 copied to clipboard
Get your REST API server up and running in no time with our user-friendly quickstart package, designed for easy initialization in just a few simple steps.
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/JhonaCodes/simple_rest 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
119 out of 187 API elements (63.6 %) have documentation comments.
Some symbols that are missing documentation: simple_rest, simple_rest.BodyAttribute, simple_rest.BodyAttribute.BodyAttribute.new, simple_rest.BodyAttribute.key, simple_rest.DeleteMapping.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:simple_rest/simple_rest.dartthat imports:package:simple_rest/src/server/s_server.dartthat imports:package:simple_rest/src/router/s_router.dartthat imports:dart:mirrors
Package not compatible with platform iOS
Because:
package:simple_rest/simple_rest.dartthat imports:package:simple_rest/src/server/s_server.dartthat imports:package:simple_rest/src/router/s_router.dartthat imports:dart:mirrors
Package not compatible with platform Web
Because:
package:simple_rest/simple_rest.dartthat imports:package:simple_rest/src/utils/s_logs.dartthat imports:package:logger/logger.dartthat imports:package:logger/src/outputs/file_output_stub.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 24 issues. Showing the first 2:
INFO: Dangling library doc comment.
lib/src/annotations/annotations.dart:1:1
╷
1 │ /// ****************************************************
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/annotations/annotations.dart
INFO: Dangling library doc comment.
lib/src/annotations/s_body_attribute.dart:13:1
╷
13 │ /// ****************************************************
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/annotations/s_body_attribute.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.4.1 |
2.7.0 | 2.7.0 | |
logger |
^1.3.0 |
1.4.0 | 2.6.2 | |
mime |
^1.0.4 |
1.0.6 | 2.0.0 | |
shelf |
^1.4.1 |
1.4.2 | 1.4.2 | |
shelf_cors_headers |
^0.1.5 |
0.1.5 | 0.1.5 | |
shelf_router |
^1.1.4 |
1.1.4 | 1.1.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_methods |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.18.1 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.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.
The constraint `^1.3.0` on logger does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions logger to update the constraint.
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.
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.10, Dart 3.11.0.
Check the analysis log for details.