mod_http 1.1.1
mod_http: ^1.1.1 copied to clipboard
A starting point for Dart libraries or applications.
We analyzed this package 2 days ago, and awarded it 95 pub points (of a possible 140):
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.
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:13:49
╷
13 │ <p>Please file feature requests and bugs at the <a href="http://example.com/issues/replaceme">issue tracker</a>.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0
.
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 245 out of 436 API elements (56.2 %) 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:mod_http/mod_http.dart
that imports:package:mod_http/src/http.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 112 issues. Showing the first 2:
INFO: 'List.List' is deprecated and shouldn't be used. Use a list literal, [], or the List.filled constructor instead.
lib/src/crypto.dart:79:25
╷
79 │ List<int> out = new List<int>(outputLen);
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/crypto.dart
INFO: 'List.List' is deprecated and shouldn't be used. Use a list literal, [], or the List.filled constructor instead.
lib/src/crypto.dart:123:18
╷
123 │ return new List<int>(0);
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/crypto.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
getstream | >=1.2.0 <2.0.0 | 1.2.1 | 1.2.1 |
meta | >=1.2.3 <2.0.0 | 1.9.0 | 1.9.0 |
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
0/20 points: Package does not opt in to null safety.
Package language version (indicated by the sdk constraint `>=2.8.0 <3.0.0`) is less than 2.12.
Consider migrating.
Analysed with Pana 0.21.25
, Dart 2.19.0
.