three_js_audio 0.2.0 copy "three_js_audio: ^0.2.0" to clipboard
three_js_audio: ^0.2.0 copied to clipboard

Flutter audio package converted from threejs and three_dart package.

100/ 160
pub points
474
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

105 out of 278 API elements (37.8 %) have documentation comments.

Some symbols that are missing documentation: audio, audio.Audio.Audio.new, audio.Audio.attach, audio.Audio.autoUpdate, audio.Audio.autoplay.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:three_js_audio/three_js_audio.dart that imports:
  • package:three_js_audio/positional_audio_helper.dart that imports:
  • package:three_js_core/three_js_core.dart that imports:
  • package:three_js_core/others/index.dart that imports:
  • package:three_js_core/others/three_viewer.dart that imports:
  • dart:io
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 31 issues. Showing the first 2:

ERROR: The name 'Audio' is defined in the libraries 'package:three_js_audio/audio.dart' and 'package:three_js_core/audio/audio.dart (via package:three_js_core/three_js_core.dart)'.

lib/positional_audio.dart:23:31

   ╷
23 │ class PositionalAudio extends Audio {
   │                               ^^^^^
   ╵

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

ERROR: Classes can only extend other classes.

lib/positional_audio.dart:23:31

   ╷
23 │ class PositionalAudio extends Audio {
   │                               ^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
media_kit ^1.2.0 1.2.6 1.2.6
media_kit_libs_video ^1.0.5 1.0.7 1.0.7
three_js_core ^0.2.0 0.2.6 0.2.6
three_js_core_loaders ^0.2.0 0.2.1 0.2.1
three_js_math ^0.2.0 0.2.5 0.2.5
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.7 4.0.7
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
dylib - 0.3.3 0.3.3
ffi - 2.1.4 2.1.4
fixnum - 1.1.1 1.1.1
flutter_angle - 0.3.8 0.3.8
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image - 4.7.2 4.7.2
logger - 2.6.2 2.6.2
material_color_utilities - 0.11.1 0.13.0
media_kit_libs_android_video - 1.3.8 1.3.8
media_kit_libs_ios_video - 1.1.4 1.1.4
media_kit_libs_linux - 1.2.1 1.2.1
media_kit_libs_macos_video - 1.1.4 1.1.4
media_kit_libs_windows_video - 1.0.11 1.0.11
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
posix - 6.0.3 6.0.3
safe_local_storage - 2.0.1 2.0.1
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
universal_platform - 1.1.0 1.1.0
uri_parser - 3.0.2 3.0.2
uuid - 4.5.2 4.5.2
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
xml - 6.6.1 6.6.1

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

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.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
100
points
474
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter audio package converted from threejs and three_dart package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, media_kit, media_kit_libs_video, three_js_core, three_js_core_loaders, three_js_math

More

Packages that depend on three_js_audio