dart_synthizer 0.11.3 copy "dart_synthizer: ^0.11.3" to clipboard
dart_synthizer: ^0.11.3 copied to clipboard

Dart bindings for the Synthizer sound library.

4
likes
130/ 160
pub points
33%
popularity

We analyzed this package 4 days ago, and awarded it 130 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: Unlicense.

OK
Provide documentation
20 / 20trigger folding of the section

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

364 out of 364 API elements (100.0 %) have documentation comments.

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:dart_synthizer/dart_synthizer.dart that imports:
  • package:dart_synthizer/src/synthizer_property.dart that imports:
  • package:dart_synthizer/src/synthizer_bindings.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 7 issues. Showing the first 2:

WARNING: The value of the field '_b0' isn't used.

lib/src/synthizer_bindings.dart:1953:19

     ╷
1953 │   external double _b0;
     │                   ^^^
     ╵

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

WARNING: The value of the field '_b1' isn't used.

lib/src/synthizer_bindings.dart:1956:19

     ╷
1956 │   external double _b1;
     │                   ^^^
     ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/synthizer_bindings.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.1 2.1.2 2.1.2
meta ^1.8.0 1.15.0 1.15.0
path ^1.8.2 1.9.0 1.9.0
quiver ^3.2.1 3.2.1 3.2.1
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
collection - 1.18.0 1.18.0
matcher - 0.12.16+1 0.12.16+1
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.2 0.7.2

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.5, Dart 3.4.1.

Check the analysis log for details.

4
likes
130
pub points
33%
popularity

Publisher

verified publisherbackstreets.site

Dart bindings for the Synthizer sound library.

Repository
View/report issues

Documentation

API reference

License

Unlicense (LICENSE)

Dependencies

ffi, meta, path, quiver

More

Packages that depend on dart_synthizer