tau 0.0.5 copy "tau: ^0.0.5" to clipboard
tau: ^0.0.5 copied to clipboard

unlisted

A flutter implementation of the W3C Web Audio API. The Web Audio API allows to build Streams connecting elementary blocks together. This implementaion follows very closely the W3C WAA specifications.

60/ 160
pub points
18
downloads

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

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: tau.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: tau,
    • contains a version property, and,
    • does not contain a publish_to property.
Homepage URL doesn't exist.

At the time of the analysis https://tau-doc.canardoux.xyz/index.html was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MPL-2.0.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

26 out of 142 API elements (18.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.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: audio_listener, audio_listener.AudioListener.AudioListener.new, audio_listener.PropsAudioListener, audio_node, audio_node.AudioNode.AudioNode.new.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 8 issues. Showing the first 2:

ERROR: Undefined name 'JS' used as an annotation.

lib/src/rust/frb_generated.web.dart:124:1

    ╷
124 │ @JS('wasm_bindgen')
    │ ^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/rust/frb_generated.web.dart

ERROR: Undefined name 'JS' used as an annotation.

lib/src/rust/frb_generated.web.dart:127:1

    ╷
127 │ @JS()
    │ ^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/rust/frb_generated.web.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
flutter_rust_bridge 2.0.0-dev.37 2.0.0-dev.37 2.11.1
logger ^2.0.2 2.6.2 2.6.2
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
tau_plugin ^0.0.1 0.0.4 0.0.4 Discontinued
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
build_cli_annotations - 2.1.1 2.1.1
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
js - 0.7.2 0.7.2 Discontinued
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
path - 1.9.1 1.9.1
vector_math - 2.2.0 2.2.0
web - 0.5.1 1.1.1

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

The constraint `2.0.0-dev.37` on flutter_rust_bridge does not support the stable version `2.0.0`.

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

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • tau_plugin.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.10, Flutter 3.41.0, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
60
points
18
downloads

Publisher

verified publishertau.canardoux.xyz

Weekly Downloads

A flutter implementation of the W3C Web Audio API. The Web Audio API allows to build Streams connecting elementary blocks together. This implementaion follows very closely the W3C WAA specifications.

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

flutter, flutter_rust_bridge, logger, plugin_platform_interface, tau_plugin

More

Packages that depend on tau

Packages that implement tau