spark_rest 0.3.2
spark_rest: ^0.3.2 copied to clipboard
A blazing-fast, single instance, sessionless RESTful API for Dart
We analyzed this package 25 hours ago, and awarded it 150 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/xNovo3000/spark_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: GPL-3.0.
10/10 points: 20% or more of the public API has dartdoc comments
76 out of 79 API elements (96.2 %) have documentation comments.
Some symbols that are missing documentation: spark_rest.MethodRouter.MethodRouter.new, spark_rest.Plugin.Plugin.new, spark_rest.UriRouter.UriRouter.new.
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:spark_rest/spark_rest.dartthat imports:package:spark_rest/src/server/router/uri.dartthat imports:package:spark_rest/src/server/container/response.dartthat imports:package:spark_rest/src/server/container/request.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 11 issues. Showing the first 2:
INFO: The import of 'package:spark_rest/src/server/container/method.dart' is unnecessary because all of the used elements are also provided by the import of 'package:spark_rest/spark_rest.dart'.
lib/src/server/router/method.dart:6:8
╷
6 │ import 'package:spark_rest/src/server/container/method.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/server/router/method.dart
INFO: The import of 'package:spark_rest/src/server/container/request.dart' is unnecessary because all of the used elements are also provided by the import of 'package:spark_rest/spark_rest.dart'.
lib/src/server/router/method.dart:7:8
╷
7 │ import 'package:spark_rest/src/server/container/request.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/server/router/method.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.5, Dart 3.10.7.
Check the analysis log for details.