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.

8
likes
70/ 140
pub points
0%
popularity

We analyzed this package 15 hours ago, and awarded it 70 pub points (of a possible 140):

failed
Follow Dart file conventions
10 / 30trigger folding of the section

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 60 to 180 characters to describe the package, what it does, and its target use case.

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.

failed
Provide documentation
0 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

113 out of 5006 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.

Some symbols that are missing documentation: vcl, vcl.AnchorAlign, vcl.AnsiString, vcl.AnsiString.operator +, vcl.AnsiString.operator <.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 7843 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
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

8
likes
70
pub points
0%
popularity

Publisher

unverified uploader

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