tau 0.0.5 tau: ^0.0.5 copied to clipboard
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.
We analyzed this package 4 days ago, and awarded it 130 pub points (of a possible 160):
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.
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.
- contains
Repository has no matching pubspec.yaml
with name: tau
.
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: MPL-2.0
.
0/10 points: 20% or more of the public API has dartdoc comments
26 out of 135 API elements (19.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.PropsAudioListener
, audio_node
, audio_node.PropsAudioNode
, audio_node.PropsAudioNode.connect
.
10/10 points: Package has an example
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:tau/tau.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:tau/tau.dart
that imports:package:tau/src/rust/api/toto.dart
that imports:package:flutter_rust_bridge/flutter_rust_bridge_for_generated.dart
that imports:package:flutter_rust_bridge/flutter_rust_bridge_for_generated_io.dart
that imports:package:flutter_rust_bridge/src/third_party/flutter_foundation_serialization/_io.dart
that imports:package:flutter_rust_bridge/src/third_party/flutter_foundation_serialization/write_buffer.dart
that imports:package:flutter_rust_bridge/src/generalized_uint8list/generalized_uint8list.dart
that imports:package:flutter_rust_bridge/src/generalized_uint8list/_io.dart
that imports:package:flutter_rust_bridge/src/generalized_uint8list/rust_vec_u8.dart
that imports:package:flutter_rust_bridge/src/generalized_frb_rust_binding/generalized_frb_rust_binding.dart
that imports:package:flutter_rust_bridge/src/generalized_frb_rust_binding/_io.dart
that imports:package:flutter_rust_bridge/src/platform_types/platform_types.dart
that imports:package:flutter_rust_bridge/src/platform_types/_io.dart
that imports:package:flutter_rust_bridge/src/ffigen_generated/multi_package.dart
that imports:dart:ffi
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_rust_bridge |
2.0.0-dev.37 |
2.0.0-dev.37 | 2.7.0 |
logger |
^2.0.2 |
2.5.0 | 2.5.0 |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
tau_plugin |
^0.0.1 |
0.0.4 | 0.0.4 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
- | 2.6.0 | 2.6.0 |
async |
- | 2.12.0 | 2.12.0 |
build_cli_annotations |
- | 2.1.0 | 2.1.0 |
characters |
- | 1.3.0 | 1.4.0 |
collection |
- | 1.19.0 | 1.19.1 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
js |
- | 0.7.1 | 0.7.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
sky_engine |
- | 0.0.0 | 0.0.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 0.5.1 | 1.1.0 |
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.
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.