vcl 1.2.5 copy "vcl: ^1.2.5" to clipboard
vcl: ^1.2.5 copied to clipboard

Platformweb

Dart implementation of vcl interface C++Builder, Delphi.

100/ 160
pub points
4
downloads

We analyzed this package 31 hours ago, and awarded it 100 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Failed check 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.

Failed check 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.

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-2-Clause.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Partially passed check 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.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that imports:
  • dart:html
Package not compatible with platform iOS

Because:

  • package:vcl/vcl.dart that imports:
  • dart:html
Package not compatible with platform Windows

Because:

  • package:vcl/vcl.dart that imports:
  • dart:html
Package not compatible with platform Linux

Because:

  • package:vcl/vcl.dart that imports:
  • dart:html
Package not compatible with platform macOS

Because:

  • package:vcl/vcl.dart that imports:
  • dart:html

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:vcl/vcl.dart that 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.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
9
likes
100
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

Dart implementation of vcl interface C++Builder, Delphi.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

sprintf

More

Packages that depend on vcl