channel_monitor 0.0.5
channel_monitor: ^0.0.5 copied to clipboard
monitor flutter platform channel profiler, include cost time and error stack
We analyzed this package 25 hours ago, and awarded it 110 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
69 out of 149 API elements (46.3 %) have documentation comments.
Some symbols that are missing documentation: base_channel_data, base_channel_data.BaseChannelData.BaseChannelData.new, base_channel_data.BaseChannelData.getTitle, base_channel_data.BaseChannelData.startGetData, base_channel_data.ChannelItemInfo.ChannelItemInfo.new.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package not compatible with platform Android
Because:
package:channel_monitor/charts/web_parse_data.dartthat imports:dart:html
Package not compatible with platform iOS
Because:
package:channel_monitor/charts/web_parse_data.dartthat imports:dart:html
Package not compatible with platform Windows
Because:
package:channel_monitor/charts/web_parse_data.dartthat imports:dart:html
Package not compatible with platform Linux
Because:
package:channel_monitor/charts/web_parse_data.dartthat imports:dart:html
Package not compatible with platform macOS
Because:
package:channel_monitor/charts/web_parse_data.dartthat imports:dart:html
Package does not support platform `Web`.
Because:
package:channel_monitor/charts/base_page.dartthat imports:package:channel_monitor/charts/channel_data.dartthat imports:package:channel_monitor/charts/native_parse_data.dartthat imports:package:channel_monitor/monitor/data_upload.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
WARNING: Unused import: 'package:charts_flutter/flutter.dart'.
lib/charts/method_data.dart:5:8
╷
5 │ import 'package:charts_flutter/flutter.dart' as charts;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/charts/method_data.dart
WARNING: The method doesn't override an inherited method.
lib/monitor/custom_flutter_binding.dart:128:8
╷
128 │ bool checkMessageHandler(String channel, MessageHandler? handler) =>
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/monitor/custom_flutter_binding.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
charts_flutter |
^0.11.0 |
0.11.0 | 0.12.0 | Discontinued |
file_picker |
^4.1.6 |
4.6.1 | 10.3.10 | |
intl |
^0.17.0 |
0.17.0 | 0.20.2 | |
path_provider |
^2.0.4 |
2.0.15 | 2.1.5 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
charts_common |
- | 0.11.0 | 0.12.0 | Discontinued |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 1.2.1 | 2.2.0 | |
flutter_plugin_android_lifecycle |
- | 2.0.33 | 2.0.33 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.5.1 | 2.6.0 | |
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 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
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 `^0.11.0` on charts_flutter does not support the stable version `0.12.0`.
Try running dart pub upgrade --major-versions charts_flutter to update the constraint.
The constraint `^4.1.6` on file_picker does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions file_picker 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.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.