psdk_frame_father 0.1.3
psdk_frame_father: ^0.1.3 copied to clipboard
psdk frame
We analyzed this package 37 hours ago, and awarded it 120 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.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: psdk_frame_father
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: psdk_frame_father
.
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: LGPL-3.0
.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting psdk_frame_father... Discovering libraries... Linking elements... Precaching local docs for 143590 elements... Initialized dartdoc with 108 libraries Generating docs for library toolkit/ptext.dart from package:psdk_frame_father/toolkit/ptext.dart... Generating docs for library toolkit/pvariable.dart from package:psdk_frame_father/toolkit/pvariable.dart... Generating docs for library toolkit/preplacekit.dart from package:psdk_frame_father/toolkit/preplacekit.dart... Generating docs for library toolkit/pcollection.dart from package:psdk_frame_father/toolkit/pcollection.dart... Generating docs for library toolkit/fast_binary.dart from package:psdk_frame_father/toolkit/fast_binary.dart... [17 more lines] ERR: warning: unresolved doc reference ["] from preplacekit.PReplaceKit.replaceQuote: (file:///tmp/pana_NCWOPX/lib/toolkit/preplacekit.dart:8:18) warning: psdk_frame_father has no library level documentation comments from psdk_frame_father: (file:///tmp/pana_NCWOPX/lib/father/types/hex_output.dart:1:1) warning: psdk_frame_father has no library level documentation comments from psdk_frame_father: (file:///tmp/pana_NCWOPX/lib/father/types/psdk_const.dart:1:1) error: file already written at "psdk_frame_father/index.html" for symbol psdk_frame_father: (file:///tmp/pana_NCWOPX/lib/father/types/psdk_const.dart:1:1) conflicting with file already generated by psdk_frame_father: (file:///tmp/pana_NCWOPX/lib/father/types/hex_output.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. [31 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional 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
Found 7 issues. Showing the first 2:
INFO: Missing type annotation.
lib/father/args/arg.dart:19:3
╷
19 │ clear();
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/father/args/arg.dart
INFO: Missing type annotation.
lib/father/types/hex_output.dart:26:28
╷
26 │ static HexOutput simple({format = true}) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/father/types/hex_output.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
enough_convert |
^1.6.0 |
1.6.0 | 1.6.0 | |
hex |
^0.2.0 |
0.2.0 | 0.2.0 | |
psdk_device_adapter |
^0.1.3 |
0.1.3 | 0.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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
, Dart 3.9.2
.
Check the analysis log for details.