minisound_ffi 1.5.0 copy "minisound_ffi: ^1.5.0" to clipboard
minisound_ffi: ^1.5.0 copied to clipboard

unlisted

FFI implementation of the Minisound package.

0
likes
80/ 160
pub points
53%
popularity

We analyzed this package 2 days ago, and awarded it 80 pub points (of a possible 160):

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.

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.

failed
Provide documentation
0 / 20trigger folding of the section

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

3 out of 159 API elements (1.9 %) 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: minisound_ffi, minisound_ffi.FfiEngine, minisound_ffi.FfiEngine.dispose, minisound_ffi.FfiEngine.init, minisound_ffi.FfiEngine.loadSound.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
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 does not support platform `Web`.

Because:

  • package:minisound_ffi/minisound_ffi.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 6 issues. Showing the first 2:

ERROR: Missing concrete implementation of 'getter PlatformGenerator.availableFloatCount'.

lib/ffi_generator.dart:3:7

  ╷
3 │ class FfiGenerator implements PlatformGenerator {
  │       ^^^^^^^^^^^^
  ╵

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

ERROR: 'FfiGenerator.init' ('Future

lib/ffi_generator.dart:18:16

   ╷
18 │   Future<void> init({
   │                ^^^^
   ╵

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

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

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

Package Constraint Compatible Latest
ffi ^2.0.2 2.1.3 2.1.3
minisound_platform_interface ^1.5.0 1.6.0 1.6.0
Transitive dependencies
Package Constraint Compatible Latest
meta - 1.16.0 1.16.0
plugin_platform_interface - 2.1.8 2.1.8

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.13, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.

0
likes
80
pub points
53%
popularity

Publisher

unverified uploader

FFI implementation of the Minisound package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi, minisound_platform_interface

More

Packages that depend on minisound_ffi