revere_debug_extension 0.2.0
revere_debug_extension: ^0.2.0 copied to clipboard
A Flutter plugin for revere to collect and display app metrics and logs in real-time.
We analyzed this package 12 hours ago, and awarded it 140 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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting revere_debug_extension... Discovering libraries... Linking elements... Precaching local docs for 647501 elements... Initialized dartdoc with 820 libraries Generating docs for library revere_debug_extension.dart from package:revere_debug_extension/revere_debug_extension.dart... Generating docs for library revere_debug_extension_method_channel.dart from package:revere_debug_extension/revere_debug_extension_method_channel.dart... Generating docs for library debug_extension.dart from package:revere_debug_extension/debug_extension.dart... Generating docs for library revere_debug_extension_platform_interface.dart from package:revere_debug_extension/revere_debug_extension_platform_interface.dart... Documented 4 public libraries in 40.7 seconds ERR: warning: ambiguous reexport of metrics_widget.MetricsWidget, canonicalization candidates: (revere_debug_extension, revere_debug_extension) -> revere_debug_extension (confidence 0.000) from metrics_widget.MetricsWidget: (file:///tmp/pana_LPODTC/lib/src/ui/metrics_widget.dart:6:7) revere_debug_extension: 2.177 - (_Reason.samePackage (+1.000), _Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1667)) revere_debug_extension: 2.177 - (_Reason.samePackage (+1.000), _Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1667)) Use {@canonicalFor metrics_widget.MetricsWidget} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [90 more lines]
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 does not support platform `Web`.
Because:
package:revere_debug_extension/revere_debug_extension.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
Swift PM-ready: This iOS or macOS plugin supports the Swift Package Manager. See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Dangling library doc comment.
lib/src/transport/state_transport.dart:1:1
╷
1 │ /// Holds a limited-length state history for any data type.
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/transport/state_transport.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.17.0 |
1.19.1 | 1.19.1 | |
meta |
^1.9.0 |
1.17.0 | 1.18.2 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
provider |
^6.0.0 |
6.1.5+1 | 6.1.5+1 | |
revere |
^2.0.0 |
2.0.0 | 2.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
vector_math |
- | 2.2.0 | 2.3.0 |
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.12, Flutter 3.41.6, Dart 3.11.4.
Check the analysis log for details.