channel_monitor 0.0.4 copy "channel_monitor: ^0.0.4" to clipboard
channel_monitor: ^0.0.4 copied to clipboard

outdated

monitor flutter platform channel profiler, include cost time and error stack

2
likes
90/ 140
pub points
0%
popularity

We analyzed this package 5 days ago, and awarded it 90 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

69 out of 138 API elements (50.0 %) have documentation comments.

Some symbols that are missing documentation: base_channel_data, base_channel_data.BaseChannelData.getTitle, base_channel_data.BaseChannelData.startGetData, base_channel_data.ChannelItemInfo.channelName, base_channel_data.ChannelItemInfo.cost.

10/10 points: Package has an example

failed
Platform support
0 / 20trigger folding of the section

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.
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 17 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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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 8.0.3
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.19.0
path_provider ^2.0.4 2.0.15 2.1.3
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
charts_common - 0.11.0 0.12.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
ffi - 1.2.1 2.1.2
flutter_plugin_android_lifecycle - 2.0.19 2.0.19
logging - 1.2.0 1.2.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.12.0 1.15.0
path - 1.9.0 1.9.0
path_provider_android - 2.2.4 2.2.4
path_provider_foundation - 2.4.0 2.4.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.2.1
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4
win32 - 2.6.1 5.5.1
xdg_directories - 1.0.4 1.0.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 3 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

Analyzed with Pana 0.22.3, Flutter 3.22.0, Dart 3.4.0.

Check the analysis log for details.

2
likes
90
pub points
0%
popularity

Publisher

unverified uploader

monitor flutter platform channel profiler, include cost time and error stack

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

charts_flutter, file_picker, flutter, flutter_web_plugins, intl, path_provider

More

Packages that depend on channel_monitor