routed_http 0.1.3
routed_http: ^0.1.3 copied to clipboard
HTTP utilities for Routed — binding, multipart, negotiation, SSE and conditional requests.
We analyzed this package 6 days ago, and awarded it 130 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
219 out of 234 API elements (93.6 %) have documentation comments.
Some symbols that are missing documentation: routed_http, routed_http.Bindable.Bindable.new, routed_http.Binding.Binding.new, routed_http.ContentNegotiator.ContentNegotiator.new, routed_http.FormBinding.FormBinding.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:routed_http/routed_http.dartthat imports:package:routed_http/src/sse/sse.dartthat imports:package:routed_core/routed_core.dartthat imports:package:routed_core/src/websocket/websocket_handler.dartthat imports:package:routed_core/src/http/transport.dartthat imports:package:routed_core/src/http/portable_message.dartthat imports:package:routed_core/src/engine/engine.dartthat imports:package:routed_core/src/engine/events/events.dartthat imports:package:routed_core/src/engine/events/route.dartthat imports:package:routed_core/src/context/context.dartthat imports:package:routed_core/src/router/types.dartthat imports:package:routed_core/src/response.dartthat imports:package:routed_core/src/http/adapter_http.dartthat imports:package:routed_core/src/request.dartthat imports:package:routed_core/src/engine/config.dartthat imports:package:routed_core/src/utils/debug.dartthat imports:package:routed_core/src/utils/process_env.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Unnecessary type annotation on a function expression parameter.
lib/src/binding/multipart.dart:283:28
╷
283 │ if (files.where((MultipartFile file) => file.name == name).isEmpty) {
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/binding/multipart.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
file |
^7.0.1 |
7.0.1 | 7.0.1 | |
http_parser |
^4.1.2 |
4.1.2 | 4.1.2 | |
meta |
^1.18.0 |
1.19.0 | 1.19.0 | |
mime |
^2.0.0 |
2.1.0 | 2.1.0 | |
routed_core |
>=0.4.0 <1.0.0 |
0.5.2 | 0.5.2 | |
xml |
^6.6.1 |
6.6.1 | 7.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ansicolor |
- | 2.0.3 | 2.0.3 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
contextual |
- | 2.2.0 | 2.2.0 | |
csslib |
- | 1.0.2 | 1.0.2 | |
d4_array |
- | 1.0.0 | 1.0.0 | |
d4_time |
- | 1.0.0 | 1.0.0 | |
d4_time_format |
- | 1.0.0 | 1.0.0 | |
dart_mappable |
- | 4.10.0 | 4.10.0 | |
event_bus |
- | 2.0.1 | 2.0.1 | |
fuzzywuzzy |
- | 1.2.0 | 1.2.0 | |
gato |
- | 0.0.5+1 | 0.0.5+1 | |
html |
- | 0.15.7 | 0.15.7 | |
html_unescape |
- | 2.0.0 | 2.0.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http2 |
- | 2.3.1 | 2.3.1 | |
intl |
- | 0.20.3 | 0.20.3 | |
liquify |
- | 1.6.1 | 1.6.1 | |
logging |
- | 1.3.0 | 1.3.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
server_contracts |
- | 0.1.1 | 0.1.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
stream_transform |
- | 2.1.2 | 2.1.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
timezone |
- | 0.11.1 | 0.11.1 | |
type_plus |
- | 2.1.1 | 2.1.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_io |
- | 2.3.1 | 2.3.1 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.6.1` on xml does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions xml 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.19, Dart 3.13.1.
Check the analysis log for details.