tau 0.0.4 tau: ^0.0.4 copied to clipboard
The fabulous Web Audio Api for iOS.
We analyzed this package 5 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 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.
Homepage URL doesn't exist.
At the time of the analysis https://tau-doc.canardoux.xyz/readme.html
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
OUT: Documenting tau... Discovering libraries... Linking elements... Precaching local docs for 1117422 elements... Initialized dartdoc with 1055 libraries Generating docs for library tau.dart from package:tau/tau.dart... Generating docs for library tau_bindings_generated.dart from package:tau/tau_bindings_generated.dart... Generating docs for library public/audio_listener.dart from package:tau/public/audio_listener.dart... Generating docs for library public/gain_node.dart from package:tau/public/gain_node.dart... Generating docs for library public/audio_node.dart from package:tau/public/audio_node.dart... [10 more lines] ERR: warning: unresolved doc reference [OfflineAudioContext] from webaudio: (file:///tmp/pana_QIZGMW/lib/public/audio_context.dart:27:9) warning: unresolved doc reference [OfflineAudioContext] from webaudio.AudioDestinationNode: (file:///tmp/pana_QIZGMW/lib/public/audio_destination_node.dart:64:7) warning: unresolved doc reference [0] from webaudio.AudioDestinationNode: (file:///tmp/pana_QIZGMW/lib/public/audio_destination_node.dart:64:7) warning: unresolved doc reference [AudioContext.destination] from webaudio.AudioDestinationNode: (file:///tmp/pana_QIZGMW/lib/public/audio_destination_node.dart:64:7) warning: unresolved doc reference [1] from webaudio.AudioDestinationNode: (file:///tmp/pana_QIZGMW/lib/public/audio_destination_node.dart:64:7) [73 more lines]
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.