peekaboo 0.0.1
peekaboo: ^0.0.1 copied to clipboard
A developer utility toolkit for Flutter apps.
We analyzed this package 15 hours ago, and awarded it 100 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.
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
.
0/10 points: 20% or more of the public API has dartdoc comments
22 out of 117 API elements (18.8 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: boot_log
, boot_log.BootEvent
, boot_log.BootEvent.BootEvent.new
, boot_log.BootEvent.message
, boot_log.BootEvent.timestamp
.
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:peekaboo/peekaboo.dart
that imports:package:peekaboo/dev_panel/dev_panel.dart
that imports:package:peekaboo/dev_panel/dev_panel_controller.dart
that imports:package:peekaboo/bootup/bootup_service.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_linux.dart
that imports:dart:io
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:peekaboo/peekaboo.dart
that imports:package:peekaboo/dev_panel/dev_panel.dart
that imports:package:peekaboo/dev_panel/dev_panel_controller.dart
that imports:package:peekaboo/bootup/bootup_service.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:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:peekaboo/peekaboo.dart
that imports:package:peekaboo/dev_panel/dev_panel.dart
that imports:package:peekaboo/dev_panel/dev_panel_controller.dart
that imports:package:peekaboo/bootup/bootup_service.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:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Linux`.
Because:
package:peekaboo/peekaboo.dart
that imports:package:peekaboo/dev_panel/dev_panel.dart
that imports:package:peekaboo/dev_panel/dev_panel_controller.dart
that imports:package:peekaboo/bootup/bootup_service.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:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:peekaboo/peekaboo.dart
that imports:package:peekaboo/dev_panel/dev_panel.dart
that imports:package:peekaboo/dev_panel/dev_panel_controller.dart
that imports:package:peekaboo/bootup/bootup_service.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:package_info_plus/src/file_version_info.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:peekaboo/peekaboo.dart
that imports:package:peekaboo/dev_panel/dev_panel.dart
that imports:package:peekaboo/dev_panel/dev_panel_controller.dart
that imports:package:peekaboo/bootup/bootup_service.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:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that imports:package:win32/src/com/iwinhttprequest.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/win32/oleaut32.g.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/inline.dart
that imports:package:win32/src/win32/uxtheme.g.dart
that imports:package:win32/src/callbacks.dart
that imports:package:win32/src/types.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.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 23 issues. Showing the first 2:
WARNING: This default clause is covered by the previous cases.
lib/trigger/dev_gesture.dart:73:7
╷
73 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/trigger/dev_gesture.dart
INFO: 'printTime' is deprecated and shouldn't be used. Use `dateTimeFormat` with `DateTimeFormat.onlyTimeAndSinceStart` or `DateTimeFormat.none` instead.
lib/logger/loggy.dart:23:9
╷
23 │ printTime: true,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/logger/loggy.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
device_info_plus |
^9.1.2 |
9.1.2 | 12.1.0 | |
flex_color_scheme |
^7.3.1 |
7.3.1 | 8.3.0 | |
flutter_secure_storage |
^9.2.4 |
9.2.4 | 9.2.4 | |
logger |
^2.0.2 |
2.6.1 | 2.6.1 | |
package_info_plus |
^5.0.1 |
5.0.1 | 9.0.0 | |
shared_preferences |
^2.2.2 |
2.2.3 | 2.5.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^9.1.2` on device_info_plus does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
The constraint `^7.3.1` on flex_color_scheme does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions flex_color_scheme
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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.