jaguar_dev_proxy 3.0.0
jaguar_dev_proxy: ^3.0.0 copied to clipboard
Jaguar reverse proxy implementation for dev
We analyzed this package 8 hours ago, and awarded it 100 pub points (of a possible 130):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/10 points: 20% or more of the public API has dartdoc comments
- 2 out of 2 API elements (100.0 %) have documentation comments.
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:jaguar_dev_proxy/jaguar_dev_proxy.dart
that imports:package:jaguar/jaguar.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
INFO: DO use curly braces for all flow control structures.
lib/jaguar_dev_proxy.dart:76:7
╷
76 │ return Response(statusCode: 404);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/jaguar_dev_proxy.dart
INFO: DO use curly braces for all flow control structures.
lib/jaguar_dev_proxy.dart:83:7
╷
83 │ skipCount = route.pathSegments.length - 1;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/jaguar_dev_proxy.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
jaguar | ^3.0.6 | 3.1.3 | 3.1.3 |
path | ^1.8.0 | 1.8.2 | 1.8.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
auth_header | - | 3.0.1 | 3.0.1 |
collection | - | 1.16.0 | 1.16.0 |
crypto | - | 3.0.2 | 3.0.2 |
http_server | - | 1.0.0 | 1.0.0 |
jaguar_common | - | 3.0.0 | 3.0.0 |
logging | - | 1.0.2 | 1.0.2 |
meta | - | 1.8.0 | 1.8.0 |
mime | - | 1.0.2 | 1.0.2 |
path_tree | - | 3.0.0 | 3.0.0 |
stack_trace | - | 1.10.0 | 1.10.0 |
typed_data | - | 1.3.1 | 1.3.1 |
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: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.12
, Dart 2.17.0
.