diox_log 3.0.2
diox_log: ^3.0.2 copied to clipboard
A plug-in that captures requests and views them within the application, providing functions such as request replication and JSON expansion
We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: diox_log.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: diox_log, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
39 out of 117 API elements (33.3 %) have documentation comments.
Some symbols that are missing documentation: copy_clipboard, diox_log, diox_log_interceptor, diox_log_interceptor.DioLogInterceptor.DioLogInterceptor.new, diox_log_interceptor.DioLogInterceptor.logManage.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:diox_log/diox_log.dartthat imports:package:diox_log/page/log_request_widget.dartthat imports:package:diox/diox.dartthat imports:package:diox/src/transformers/sync_transformer.dartthat imports:package:diox/src/transformer.dartthat imports:package:diox/src/utils.dartthat imports:package:diox/src/options.dartthat imports:package:diox/src/adapter.dartthat imports:package:diox/src/adapters/io_adapter.dartthat imports:dart:io
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 21 issues. Showing the first 2:
WARNING: The receiver can't be null, so the null-aware operator '?.' is unnecessary.
lib/overlay_draggable_button.dart:22:24
╷
22 │ Overlay.of(context)?.insert(itemEntry!);
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/overlay_draggable_button.dart
INFO: Use 'isEmpty' instead of 'length' to test whether the collection is empty.
lib/http_log_list_widget.dart:72:13
╷
72 │ body: logMap!.length < 1
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/http_log_list_widget.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
diox |
^5.0.0-dev.3 |
5.0.0 | 5.0.0 | Discontinued |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
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.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- diox.
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.5, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.