leak_tracker 9.0.18
leak_tracker: ^9.0.18 copied to clipboard
A framework for memory leak tracking for Dart and Flutter applications.
We analyzed this package 20 hours ago, and awarded it 130 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
70 out of 182 API elements (38.5 %) have documentation comments.
Some symbols that are missing documentation: devtools_integration.EventFromApp, devtools_integration.EventFromApp.EventFromApp.fromJson, devtools_integration.EventFromApp.EventFromApp.new, devtools_integration.EventFromApp.fromVmServiceEvent, devtools_integration.EventFromApp.message.
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:leak_tracker/leak_tracker.dartthat imports:package:leak_tracker/src/leak_tracking/leak_tracking.dartthat imports:package:leak_tracker/src/leak_tracking/_leak_tracker.dartthat imports:package:leak_tracker/src/leak_tracking/_object_tracker.dartthat imports:package:leak_tracker/src/leak_tracking/primitives/_retaining_path/_connection.dartthat imports:package:vm_service/vm_service_io.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: This API is available since SDK 3.2.0, but constraints '>=3.1.2 <4.0.0' don't guarantee it.
lib/src/leak_tracking/primitives/_retaining_path/_retaining_path_isolate.dart:21:26
╷
21 │ final objRef = Service.getObjectId(object);
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/leak_tracking/primitives/_retaining_path/_retaining_path_isolate.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
clock |
^1.1.1 |
1.1.2 | 1.1.2 | |
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
meta |
^1.8.0 |
1.17.0 | 1.17.0 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
vm_service |
>=11.10.0 <15.0.0 |
14.3.1 | 15.0.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `>=11.10.0 <15.0.0` on vm_service does not support the stable version `15.0.0`.
Try running dart pub upgrade --major-versions vm_service 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.5, Dart 3.10.7.
Check the analysis log for details.