jaguar 2.4.46
jaguar: ^2.4.46 copied to clipboard
Jaguar is a production ready HTTP server framework built for speed, simplicity and extensiblity
We analyzed this package on Feb 28, 2021, and awarded it 90 pub points (of a possible 110):
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: Package has an example
- Found example at:
example/example.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 359 out of 624 API elements (57.5 %) have documentation comments.
10/20 points: Supports 1 of 2 possible platforms (native, js)
Consider supporting multiple platforms:
Package not compatible with runtime js
Because:
package:jaguar/jaguar.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 42 issues. Showing the first 2:
INFO: Avoid const keyword.
lib/annotations/methods.dart:67:40
╷
67 │ static const List<String> _methods = const <String>['GET'];
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/annotations/methods.dart
INFO: Avoid const keyword.
lib/annotations/methods.dart:115:40
╷
115 │ static const List<String> _methods = const <String>['POST'];
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/annotations/methods.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
auth_header | ^2.1.2 | 2.1.4 | 2.1.4 |
collection | ^1.14.6 | 1.14.13 | 1.15.0 |
crypto | ^2.0.5 | 2.1.5 | 3.0.0 |
http_server | ^0.9.7 | 0.9.8+3 | 0.9.8+3 |
jaguar_common | ^2.1.1 | 2.1.4 | 2.1.4 |
jaguar_serializer | ^2.2.8 | 2.2.12 | 2.2.12 |
logging | ^0.11.3 | 0.11.4 | 1.0.0 |
meta | >1.1.0 <2.0.0 | 1.2.4 | 1.3.0 |
mime | ^0.9.6 | 0.9.7 | 1.0.0 |
path | ^1.6.1 | 1.7.0 | 1.8.0 |
path_tree | ^2.2.4 | 2.2.4 | 2.2.4 |
stack_trace | ^1.9.2 | 1.9.6 | 1.10.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
charcode | - | 1.1.3 | 1.2.0 |
convert | - | 2.1.1 | 3.0.0 |
typed_data | - | 1.2.0 | 1.3.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^2.0.5` on crypto does not support the stable version `3.0.0`, that was published 25 days ago.
When crypto is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions crypto
to update the constraint.
The constraint `^0.11.3` on logging does not support the stable version `1.0.0`, that was published 22 days ago.
When logging is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions logging
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.1+1
,
Dart 2.10.5
.