mailslurp 15.17.21 mailslurp: ^15.17.21 copied to clipboard
MailSlurp
We analyzed this package 4 days ago, and awarded it 60 pub points (of a possible 160):
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
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
2849 out of 6169 API elements (46.2 %) have documentation comments.
Some symbols that are missing documentation: openapi.api
, openapi.api.AbstractWebhookPayload
, openapi.api.AbstractWebhookPayload.eventName
, openapi.api.AbstractWebhookPayload.listFromJson
, openapi.api.AbstractWebhookPayload.mapFromJson
.
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:mailslurp/api.dart
that imports:dart:io
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 274 issues. Showing the first 2:
ERROR: The argument type 'Map
lib/model/email.dart:326:21
╷
326 │ headersMap: json[r'headersMap'] == null
│ ┌─────────────────────^
327 │ │ ? const {}
328 │ │ : mapCastOfType<String, List>(json, r'headersMap'),
│ └──────────────────────────────────────────────────────────────^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/model/email.dart
ERROR: The argument type 'Null' can't be assigned to the parameter type 'MultipartFile'.
lib/model/upload_multipart_form_request.dart:76:15
╷
76 │ file: null, // No support for decoding binary content from JSON
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/model/upload_multipart_form_request.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
http |
>=0.13.0 <0.14.0 |
0.13.6 | 1.2.2 |
intl |
^0.17.0 |
0.17.0 | 0.19.0 |
meta |
^1.1.8 |
1.15.0 | 1.15.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.11.0 | 2.11.0 |
clock |
- | 1.1.1 | 1.1.1 |
collection |
- | 1.19.0 | 1.19.0 |
http_parser |
- | 4.1.0 | 4.1.0 |
path |
- | 1.9.0 | 1.9.0 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.3.0 | 1.3.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.3.2 | 1.3.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `>=0.13.0 <0.14.0` on http does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions http
to update the constraint.
The constraint `^0.17.0` on intl does not support the stable version `0.18.0`.
Try running dart pub upgrade --major-versions intl
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
ARGUMENT_TYPE_NOT_ASSIGNABLE
-lib/model/email.dart:326:21
- The argument type 'Map<String, ListARGUMENT_TYPE_NOT_ASSIGNABLE
-lib/model/upload_multipart_form_request.dart:76:15
- The argument type 'Null' can't be assigned to the parameter type 'MultipartFile'.
Run dart pub downgrade
and then dart analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.12
, Dart 3.5.2
.
Check the analysis log for details.