annotated_shelf 0.1.0
annotated_shelf: ^0.1.0 copied to clipboard
powerful Dart library for generating REST APIs using annotations. With a simple and intuitive interface, you can easily build APIs that are fast, efficient, and easy to use.
We analyzed this package 11 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
22 out of 78 API elements (28.2 %) have documentation comments.
Some symbols that are missing documentation: annotated_shelf.BadRequestError.BadRequestError.new, annotated_shelf.BadRequestError.getResponse, annotated_shelf.BaseError, annotated_shelf.BaseError.BaseError.new, annotated_shelf.BaseError.getResponse.
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:annotated_shelf/annotated_shelf.dartthat imports:package:annotated_shelf/src/annotated_shelf.dartthat imports:package:annotated_shelf/src/core.dartthat imports:dart:mirrors
Package not compatible with platform iOS
Because:
package:annotated_shelf/annotated_shelf.dartthat imports:package:annotated_shelf/src/annotated_shelf.dartthat imports:package:annotated_shelf/src/core.dartthat imports:dart:mirrors
Package not compatible with platform Web
Because:
package:annotated_shelf/annotated_shelf.dartthat imports:package:annotated_shelf/src/annotated_shelf.dartthat imports:package:annotated_shelf/src/core.dartthat imports:dart:mirrors
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
INFO: The referenced identifier is a wildcard.
lib/src/annotation/POST.annotation.dart:58:15
╷
58 │ print(_);
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/annotation/POST.annotation.dart
INFO: Missing type annotation.
lib/src/core.dart:251:41
╷
251 │ Future<Map<String, dynamic>> decodeBody(request, pathParameters) async {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/core.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
json_annotation |
^4.7.0 |
4.9.0 | 4.9.0 | |
shelf |
^1.4.0 |
1.4.2 | 1.4.2 | |
shelf_multipart |
^1.0.0 |
1.0.0 | 2.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 1.0.6 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
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.0.0` on shelf_multipart does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions shelf_multipart 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.3, Dart 3.10.4.
Check the analysis log for details.