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 2 days ago, and awarded it 90 pub points (of a possible 130):
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: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 74 out of 176 API elements (42.0 %) have documentation comments.
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.dart
that imports:dart:html
Package not compatible with platform iOS
Because:
package:channel_monitor/charts/web_parse_data.dart
that imports:dart:html
Package not compatible with platform Windows
Because:
package:channel_monitor/charts/web_parse_data.dart
that imports:dart:html
Package not compatible with platform Linux
Because:
package:channel_monitor/charts/web_parse_data.dart
that imports:dart:html
Package not compatible with platform macOS
Because:
package:channel_monitor/charts/web_parse_data.dart
that imports:dart:html
Package does not support platform `Web`.
Because:
package:channel_monitor/charts/base_page.dart
that imports:package:channel_monitor/charts/channel_data.dart
that imports:package:channel_monitor/charts/native_parse_data.dart
that imports:package:channel_monitor/monitor/data_upload.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.
lib/charts/channel_data.dart:5:8
╷
5 │ import 'package:flutter/cupertino.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/charts/channel_data.dart
INFO: The import of 'package:flutter/cupertino.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.
lib/charts/method_data.dart:1:8
╷
1 │ import 'package:flutter/cupertino.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/charts/method_data.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
charts_flutter | ^0.11.0 | 0.11.0 | 0.12.0 |
file_picker | ^4.1.6 | 4.6.1 | 4.6.1 |
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_web_plugins | flutter | 0.0.0 | 0.0.0 |
intl | ^0.17.0 | 0.17.0 | 0.17.0 |
path_provider | ^2.0.4 | 2.0.11 | 2.0.11 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.2.0 | 1.2.1 |
charts_common | - | 0.11.0 | 0.12.0 |
clock | - | 1.1.1 | 1.1.1 |
collection | - | 1.16.0 | 1.16.0 |
ffi | - | 1.2.1 | 2.0.1 |
file | - | 6.1.2 | 6.1.2 |
flutter_plugin_android_lifecycle | - | 2.0.6 | 2.0.6 |
js | - | 0.6.4 | 0.6.4 |
logging | - | 1.0.2 | 1.0.2 |
material_color_utilities | - | 0.1.4 | 0.1.5 |
meta | - | 1.7.0 | 1.8.0 |
path | - | 1.8.2 | 1.8.2 |
path_provider_android | - | 2.0.15 | 2.0.15 |
path_provider_ios | - | 2.0.10 | 2.0.10 |
path_provider_linux | - | 2.1.7 | 2.1.7 |
path_provider_macos | - | 2.0.6 | 2.0.6 |
path_provider_platform_interface | - | 2.0.4 | 2.0.4 |
path_provider_windows | - | 2.0.7 | 2.1.0 |
platform | - | 3.1.0 | 3.1.0 |
plugin_platform_interface | - | 2.1.2 | 2.1.2 |
process | - | 4.2.4 | 4.2.4 |
sky_engine | - | 0.0.99 | 0.0.99 |
vector_math | - | 2.1.2 | 2.1.2 |
win32 | - | 2.6.1 | 2.7.0 |
xdg_directories | - | 0.2.0+1 | 0.2.0+1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.12
, Flutter 3.0.2
, Dart 2.17.3
.