vcl 1.2.5
vcl: ^1.2.5 copied to clipboard
Dart implementation of vcl interface C++Builder, Delphi.
We analyzed this package 31 hours ago, and awarded it 100 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 3 links are insecure.
README.md:30:10
╷
30 │ <p>Press <a href="http://dart-vcl.delasoft.org/">link</a> for demo application or download last version <a href="https://github.com/ds-42/dart-vcl/tree/main/demo">files</a> and open <em>index.html</em> in Google Chrome browser</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
0/5 points: Provide a valid CHANGELOG.md
Links in `CHANGELOG.md` should be secure. 1 link is insecure.
CHANGELOG.md:63:18
╷
63 │ <li>Added direct <a href="http://dart-vcl.delasoft.org/">link</a> for demo.</li>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
10/10 points: Use an OSI-approved license
Detected license: BSD-2-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
113 out of 4947 API elements (2.3 %) 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: vcl, vcl.AnchorAlign, vcl.AnsiString, vcl.AnsiString.AnsiCompare, vcl.AnsiString.AnsiCompareIC.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package not compatible with platform Android
Because:
package:vcl/vcl.dartthat imports:dart:html
Package not compatible with platform iOS
Because:
package:vcl/vcl.dartthat imports:dart:html
Package not compatible with platform Windows
Because:
package:vcl/vcl.dartthat imports:dart:html
Package not compatible with platform Linux
Because:
package:vcl/vcl.dartthat imports:dart:html
Package not compatible with platform macOS
Because:
package:vcl/vcl.dartthat imports:dart:html
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:vcl/vcl.dartthat imports:dart:html
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 7764 issues. Showing the first 2:
WARNING: The value of the local variable 's' isn't used.
lib/src/actnlist.dart:63:13
╷
63 │ TStrings s;
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/actnlist.dart
WARNING: The value of the local variable 'eb' isn't used.
lib/src/buttons.dart:47:18
╷
47 │ TNotifyEvent eb;
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/buttons.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
sprintf |
^6.0.0 |
6.0.2 | 7.0.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.0.0` on sprintf does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions sprintf 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.23.5, Dart 3.10.7.
Check the analysis log for details.