dash_kit_control_panel 3.6.1
dash_kit_control_panel: ^3.6.1 copied to clipboard
Control panel with debugging features for convenient app development.
We analyzed this package 26 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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
22 out of 109 API elements (20.2 %) have documentation comments.
Some symbols that are missing documentation: dash_kit_control_panel
, dash_kit_control_panel.Application
, dash_kit_control_panel.Application.Application.new
, dash_kit_control_panel.Application.appBuilder
, dash_kit_control_panel.Application.child
.
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:dash_kit_control_panel/dash_kit_control_panel.dart
that imports:package:dash_kit_control_panel/src/ui/components/network/network_setting.dart
that imports:package:alice_lightweight/alice.dart
that imports:package:alice_lightweight/core/alice_http_client_adapter.dart
that imports:package:alice_lightweight/core/alice_core.dart
that imports:package:alice_lightweight/ui/page/alice_calls_list_screen.dart
that imports:package:alice_lightweight/utils/alice_share_logs.dart
that imports:package:share_plus/share_plus.dart
that imports:package:share_plus/src/share_plus_web.dart
that imports:package:share_plus_platform_interface/share_plus_platform_interface.dart
that imports:package:share_plus_platform_interface/platform_interface/share_plus_platform.dart
that imports:package:share_plus_platform_interface/method_channel/method_channel_share.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:dash_kit_control_panel/dash_kit_control_panel.dart
that imports:package:dash_kit_control_panel/src/ui/components/version/version_setting.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:dash_kit_control_panel/dash_kit_control_panel.dart
that imports:package:dash_kit_control_panel/src/ui/components/version/version_setting.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Windows`.
Because:
package:dash_kit_control_panel/dash_kit_control_panel.dart
that imports:package:dash_kit_control_panel/src/ui/components/network/network_setting.dart
that imports:package:alice_lightweight/alice.dart
that imports:package:alice_lightweight/core/alice_http_client_adapter.dart
that imports:package:alice_lightweight/core/alice_core.dart
that imports:package:alice_lightweight/ui/page/alice_calls_list_screen.dart
that imports:package:alice_lightweight/utils/alice_share_logs.dart
that imports:package:share_plus/share_plus.dart
that imports:package:share_plus/src/share_plus_linux.dart
that imports:package:url_launcher_linux/url_launcher_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `Linux`.
Because:
package:dash_kit_control_panel/dash_kit_control_panel.dart
that imports:package:dash_kit_control_panel/src/ui/components/version/version_setting.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:dash_kit_control_panel/dash_kit_control_panel.dart
that imports:package:dash_kit_control_panel/src/ui/components/version/version_setting.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:dash_kit_control_panel/dash_kit_control_panel.dart
that imports:package:dash_kit_control_panel/src/ui/components/version/version_setting.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:win32/win32.dart
that imports:package:win32/src/com/iwbemservices.dart
that imports:package:win32/src/com/iunknown.dart
that imports:package:win32/src/utils.dart
that imports:package:win32/src/win32/user32.g.dart
that imports:package:win32/src/variant.dart
that imports:package:win32/src/structs.g.dart
that imports:package:win32/src/guid.dart
that imports:package:win32/src/win32/ole32.g.dart
that imports:package:win32/src/combase.dart
that imports:package:win32/src/macros.dart
that imports:package:win32/src/constants.dart
that imports:package:ffi/ffi.dart
that imports:package:ffi/src/utf8.dart
that imports:dart:ffi
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/src/ui/components/logger/log_console_modal.dart:15:42
╷
15 │ Color get barrierColor => Colors.black.withOpacity(0.5);
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ui/components/logger/log_console_modal.dart
INFO: The part-of directive uses a library name.
lib/src/ui/resources/color_res.dart:1:1
╷
1 │ part of resources;
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ui/resources/color_res.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
alice_lightweight |
^3.4.0 |
3.5.1 | 3.9.0 | |
dash_kit_lints |
^1.0.2 |
1.0.7 | 3.0.4 | |
device_preview |
^1.1.0 |
1.2.0 | 1.2.0 | |
logger |
^1.3.0 |
1.4.0 | 2.5.0 | |
package_info_plus |
^3.0.3 |
3.1.2 | 8.3.0 | |
rxdart |
^0.27.7 |
0.27.7 | 0.28.0 | |
shared_preferences |
^2.1.0 |
2.5.3 | 2.5.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
_fe_analyzer_shared |
- | 61.0.0 | 82.0.0 | |
analyzer |
- | 5.13.0 | 7.4.4 | |
analyzer_plugin |
- | 0.11.2 | 0.13.0 | |
ansicolor |
- | 2.0.3 | 2.0.3 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
csslib |
- | 1.0.2 | 1.0.2 | |
dart_code_metrics |
- | 5.7.6 | 5.7.6 | Discontinued |
dart_code_metrics_presets |
- | 1.8.0 | 2.22.0 | |
dart_style |
- | 2.3.2 | 3.0.1 | |
device_frame |
- | 1.2.0 | 1.2.0 | |
dio |
- | 5.8.0+1 | 5.8.0+1 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 6.1.4 | 7.0.1 | |
flutter_lints |
- | 2.0.3 | 5.0.0 | |
freezed_annotation |
- | 2.4.4 | 3.0.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
html |
- | 0.15.6 | 0.15.6 | |
http |
- | 0.13.6 | 1.3.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.19.0 | 0.20.2 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
lints |
- | 2.1.1 | 6.0.0 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
mime |
- | 1.0.6 | 2.0.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
package_info_plus_platform_interface |
- | 2.0.1 | 3.2.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.17 | 2.2.17 | |
path_provider_foundation |
- | 2.4.1 | 2.4.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 6.1.0 | 6.1.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
process |
- | 4.2.4 | 5.0.3 | |
provider |
- | 6.1.4 | 6.1.4 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
pub_updater |
- | 0.3.0 | 0.5.0 | |
share_plus |
- | 7.2.2 | 11.0.0 | |
share_plus_platform_interface |
- | 3.4.0 | 6.0.0 | |
shared_preferences_android |
- | 2.4.10 | 2.4.10 | |
shared_preferences_foundation |
- | 2.5.4 | 2.5.4 | |
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.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher_linux |
- | 3.2.1 | 3.2.1 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.4 | 3.1.4 | |
uuid |
- | 3.0.7 | 4.5.1 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
watcher |
- | 1.1.1 | 1.1.1 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 4.1.4 | 5.12.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.5.0 | 6.5.0 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^1.0.2` on dash_kit_lints does not support the stable version `2.0.1`.
Try running dart pub upgrade --major-versions dash_kit_lints
to update the constraint.
The constraint `^1.3.0` on logger does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions logger
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.22.21
, Flutter 3.29.3
, Dart 3.7.2
.
Check the analysis log for details.