dart_fuse 0.0.1-nullsafety.1 copy "dart_fuse: ^0.0.1-nullsafety.1" to clipboard
dart_fuse: ^0.0.1-nullsafety.1 copied to clipboard

Dart FFI bindings for FUSE

2
likes
45/ 140
pub points
0%
popularity

We analyzed this package 6 days ago, and awarded it 45 pub points (of a possible 140):

failed
Follow Dart file conventions
15 / 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. 1 link is insecure.

README.md:10:23

   ╷
10 │ <li>[ ] Full API from <a href="http://libfuse.github.io/doxygen/structfuse__operations.html">fuse.h</a></li>
   │                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

failed
Provide documentation
0 / 20trigger folding of the section

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

1 out of 22 API elements (4.5 %) 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: dart_fuse, dart_fuse.Callback, dart_fuse.CbFunc, dart_fuse.DartFuse, dart_fuse.DartFuse.DartFuse.

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 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:dart_fuse/dart_fuse.dart that imports:
  • package:ffi/ffi.dart that imports:
  • package:ffi/src/allocation.dart that imports:
  • dart:io
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 3 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'package:dart_fuse/dart-fuse.dart'.

bin/dart_fuse_cmd.dart:3:8

  ╷
3 │ import 'package:dart_fuse/dart-fuse.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze bin/dart_fuse_cmd.dart

ERROR: The function 'DartFuse' isn't defined.

bin/dart_fuse_cmd.dart:11:16

   ╷
11 │   final fuse = DartFuse(getAttributes: (path) {
   │                ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze bin/dart_fuse_cmd.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
ffi ^0.2.0-nullsafety.1 0.2.0-nullsafety.1 2.1.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.2.0-nullsafety.1` on ffi does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions ffi to update the constraint.

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

2
likes
45
pub points
0%
popularity

Publisher

verified publishermanichord.com

Dart FFI bindings for FUSE

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

ffi

More

Packages that depend on dart_fuse