atatus_dio 1.0.4
atatus_dio: ^1.0.4 copied to clipboard
Support tracking and distributed tracing of Dio network requests in Atatus.
We analyzed this package 3 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/Atatus/atatus-flutter-agent was unreachable. Make sure that the website is reachable via HEAD requests.
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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
10 out of 21 API elements (47.6 %) have documentation comments.
Some symbols that are missing documentation: atatus_dio, atatus_dio.AtatusDio, atatus_dio.AtatusDioAttributeProvider.onError, atatus_dio.AtatusDioAttributeProvider.onRequest, atatus_dio.AtatusDioAttributeProvider.onResponse.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:atatus_dio/atatus_dio.dartthat imports:package:atatus_flutter_plugin/atatus_flutter_plugin.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:atatus_dio/atatus_dio.dartthat imports:package:atatus_flutter_plugin/atatus_flutter_plugin.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:atatus_dio/atatus_dio.dartthat imports:package:atatus_flutter_plugin/atatus_flutter_plugin.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:atatus_dio/atatus_dio.dartthat imports:package:atatus_flutter_plugin/atatus_flutter_plugin.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:atatus_dio/atatus_dio.dartthat imports:package:atatus_flutter_plugin/atatus_flutter_plugin.dartthat declares support for platforms:Android.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
atatus_flutter_plugin |
^1.0.1 |
1.0.4 | 1.0.4 | |
dio |
^5.0.0 |
5.11.0 | 5.11.0 | |
uuid |
^4.0.0 |
4.6.0 | 4.6.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dio_web_adapter |
- | 2.2.1 | 2.2.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
jni |
- | 0.14.2 | 1.0.3 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
package_config |
- | 2.2.0 | 3.0.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.
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 3 errors:
UNDEFINED_CLASS-lib/atatus_dio.dart:29:33- Undefined class 'DioException'.UNDEFINED_CLASS-lib/src/atatus_dio_interceptor.dart:99:16- Undefined class 'DioException'.UNDEFINED_IDENTIFIER-lib/src/atatus_dio_interceptor.dart:110:25- Undefined name 'DioExceptionType'.
Run flutter pub downgrade and then flutter 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.23.18, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.