dartpy 0.0.3 copy "dartpy: ^0.0.3" to clipboard
dartpy: ^0.0.3 copied to clipboard

A library for using dart with python via python's C API

39
likes
100/ 140
pub points
78%
popularity

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

failed
Follow Dart file conventions
20 / 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.

Homepage URL is insecure.

Update the homepage field and use a secure (https) URL.

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.

partial
Provide documentation
10 / 20trigger folding of the section

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

39 out of 2338 API elements (1.7 %) 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: dartpy.CO_ASYNC_GENERATOR, dartpy.CO_CELL_NOT_AN_ARG, dartpy.CO_COROUTINE, dartpy.CO_FUTURE_ABSOLUTE_IMPORT, dartpy.CO_FUTURE_ANNOTATIONS.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:dartpy/dartpy.dart that imports:
  • package:dartpy/src/dartpy_base.dart that imports:
  • package:dartpy/src/helpers/helpers.dart that imports:
  • package:dartpy/src/helpers/converters/converters.dart that imports:
  • package:dartpy/src/helpers/bool_functions.dart that imports:
  • package:dartpy/src/ffi/gen.dart that imports:
  • dart:ffi
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 59 issues. Showing the first 2:

WARNING: The parameter type of '==' operators should be non-nullable.

lib/dartpy_annotations.freezed.dart:138:17

    ╷
138 │   bool operator ==(dynamic other) {
    │                 ^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/dartpy_annotations.freezed.dart

WARNING: The parameter type of '==' operators should be non-nullable.

lib/dartpy_annotations.freezed.dart:235:17

    ╷
235 │   bool operator ==(dynamic other) {
    │                 ^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/dartpy_annotations.freezed.dart

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

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

Package Constraint Compatible Latest
args ^2.4.2 2.5.0 2.5.0
ffi ^2.1.0 2.1.2 2.1.2
freezed_annotation ^2.4.1 2.4.1 2.4.1
path ^1.8.3 1.9.0 1.9.0
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
json_annotation - 4.8.1 4.8.1
meta - 1.14.0 1.14.0

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

Analyzed with Pana 0.22.2, Dart 3.3.3.

Check the analysis log for details.

39
likes
100
pub points
78%
popularity

Publisher

verified publishertimwhiting.dev

A library for using dart with python via python's C API

Repository
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, ffi, freezed_annotation, path

More

Packages that depend on dartpy