d_dio 0.2.3
d_dio: ^0.2.3 copied to clipboard
A dio extension.
We analyzed this package 14 hours ago, and awarded it 65 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 50 to 180 characters to describe the package, what it does, and its target use case.
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.2.3").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
29 out of 69 API elements (42.0 %) have documentation comments.
Some symbols that are missing documentation: ddio, ddio.APIException, ddio.APIException.APIException.new, ddio.APIException.code, ddio.APIException.data.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 21 issues. Showing the first 2:
ERROR: The type 'DioExceptionType' isn't exhaustively matched by the switch cases since it doesn't match the pattern 'DioExceptionType.transformTimeout'.
lib/src/handler/data_error_handler.dart:35:3
╷
35 │ switch (e.type) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/handler/data_error_handler.dart
WARNING: The return type 'void' isn't assignable to 'FutureOr
lib/src/http.dart:149:63
╷
149 │ .then((v) => onResponse(v, _jsonConverter!), onError: onError);
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/http.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
convert |
^3.0.1 |
3.1.2 | 3.1.2 | |
cookie_jar |
^3.0.1 |
3.0.1 | 4.0.9 | |
crypto |
^3.0.1 |
3.0.7 | 3.0.7 | |
curl_logger_dio_interceptor |
^1.0.0 |
1.0.1 | 1.0.1 | |
dio |
^5.8.0 |
5.11.1 | 5.11.1 | |
dio_cookie_manager |
^2.0.0 |
2.1.4 | 3.5.0 | |
dio_log |
^5.3.0 |
5.3.0+3 | 5.3.0+3 | |
firebase_performance_dio |
^0.7.1 |
0.7.1 | 0.7.1 | |
http_parser |
^4.0.0 |
4.1.2 | 4.1.2 | |
logger |
^2.5.0 |
2.8.0 | 2.8.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_flutterfire_internals |
- | 1.3.77 | 1.3.77 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
dio_web_adapter |
- | 2.2.2 | 2.2.2 | |
firebase_core |
- | 4.15.0 | 4.15.0 | |
firebase_core_platform_interface |
- | 8.1.1 | 8.1.1 | |
firebase_core_web |
- | 3.12.0 | 3.12.0 | |
firebase_performance |
- | 0.11.6 | 0.11.6 | |
firebase_performance_platform_interface |
- | 0.2.0+7 | 0.2.0+7 | |
firebase_performance_web |
- | 0.1.8+13 | 0.1.8+13 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
mime |
- | 2.1.0 | 2.1.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.0.1` on cookie_jar does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions cookie_jar to update the constraint.
The constraint `^2.0.0` on dio_cookie_manager does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions dio_cookie_manager 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, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.