niddler_dart 1.6.0
niddler_dart: ^1.6.0 copied to clipboard
Niddler network inspector for dart and flutter! Use the niddler IntelliJ and Android Studio plugin to debug your network requests during development.
We analyzed this package 19 days ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
57 out of 94 API elements (60.6 %) have documentation comments.
Some symbols that are missing documentation: niddler_dart, niddler_dart.DebugRequest, niddler_dart.DebugRequest.DebugRequest.new, niddler_dart.DebugRequest.bodyMimeType, niddler_dart.DebugRequest.encodedBody.
10/10 points: Package has 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:niddler_dart/niddler_dart.dartthat imports:package:niddler_dart/src/util/replay/replay_debugger.dartthat imports:package:computer/computer.dartthat imports:package:computer/src/computer.dartthat imports:package:computer/src/compute_api/compute_api.dartthat imports:package:computer/src/compute_api/worker.dartthat imports:package:computer/src/compute_api/task.dartthat imports:dart:isolate
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 13 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/platform/debugger/niddler_debugger.dart:88:25
╷
88 │ void onControlMessage(parsedJson, NiddlerConnection niddlerConnection) {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/platform/debugger/niddler_debugger.dart
INFO: Missing type annotation.
lib/src/platform/debugger/niddler_debugger.dart:162:39
╷
162 │ DebugRequest? _parseRequestOverride(body) {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/platform/debugger/niddler_debugger.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
computer |
^3.2.1 |
3.2.1 | 3.2.1 | |
dart_service_announcement |
^1.2.3 |
1.2.3 | 1.2.3 | |
stack_trace |
^1.10.0 |
1.12.1 | 1.12.1 | |
synchronized |
^3.0.0 |
3.4.0 | 3.4.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
logging |
- | 1.3.0 | 1.3.0 | |
path |
- | 1.9.1 | 1.9.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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.3, Dart 3.10.4.
Check the analysis log for details.