apm_flutter 1.0.14
apm_flutter: ^1.0.14 copied to clipboard
An sdk for collecting performance data.
We analyzed this package 5 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL doesn't exist.
At the time of the analysis https://git.toolsfdg.net/fe/apm_flutter 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
29 out of 101 API elements (28.7 %) have documentation comments.
Some symbols that are missing documentation: apm_flutter, apm_flutter.ApmAble.ApmLogFlagFinish, apm_flutter.ApmAble.ApmLogFlagNetFinish, apm_flutter.ApmAble.ApmLogFlagNetStart, apm_flutter.ApmAble.ApmLogFlagStart.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:apm_flutter/apm_flutter.dartthat imports:package:apm_flutter/src/performance/performance_monitor.dartthat imports:package:apm_flutter/src/utils/apm_channel.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/config/apm_config.dart:21:10
╷
21 │ static defaultApmConfig() {
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/config/apm_config.dart
INFO: Unnecessary override.
lib/src/performance/route/performance_route_delegate.dart:33:8
╷
33 │ void didRemove(Route route, Route? previousRoute) {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/performance/route/performance_route_delegate.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
device_info_plus |
^2.2.0 |
2.2.0 | 12.3.0 | |
dio |
^4.0.0 |
4.0.6 | 5.9.2 | |
json_annotation |
^4.0.1 |
4.11.0 | 4.11.0 | |
package_info |
^2.0.2 |
2.0.2 | 2.0.2 | Discontinued |
retrofit |
^3.3.1 |
3.3.1 | 4.9.2 | |
shared_preferences |
>=2.0.3 <4.0.0 |
2.5.4 | 2.5.4 | |
synchronized |
>=3.0.0 <5.0.0 |
3.4.0 | 3.4.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
device_info_plus_linux |
- | 2.1.1 | 5.0.0 | Discontinued |
device_info_plus_macos |
- | 2.2.3 | 5.0.0 | Discontinued |
device_info_plus_platform_interface |
- | 2.6.1 | 7.0.3 | |
device_info_plus_web |
- | 2.1.0 | 5.0.0 | Discontinued |
device_info_plus_windows |
- | 2.1.1 | 6.0.0 | Discontinued |
ffi |
- | 1.2.1 | 2.2.0 | |
file |
- | 6.1.4 | 7.0.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.0.7 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
shared_preferences_android |
- | 2.4.21 | 2.4.21 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
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.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 2.6.1 | 6.0.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^2.2.0` on device_info_plus does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^4.0.0` on dio does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions dio 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.11, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.