flutter_sound_web 9.16.3 flutter_sound_web: ^9.16.3 copied to clipboard
Flutter plugin that relates to sound like audio and recorder.
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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 flutter_sound_web... Discovering libraries... Linking elements... Precaching local docs for 1155231 elements... Initialized dartdoc with 978 libraries Generating docs for library flutter_sound_player_web.dart from package:flutter_sound_web/flutter_sound_player_web.dart... Generating docs for library flutter_sound_media_recorder_web.dart from package:flutter_sound_web/flutter_sound_media_recorder_web.dart... Generating docs for library flutter_sound_recorder_web.dart from package:flutter_sound_web/flutter_sound_recorder_web.dart... Generating docs for library flutter_sound_web.dart from package:flutter_sound_web/flutter_sound_web.dart... Documented 4 public libraries in 58.4 seconds ERR: warning: flutter_sound has no library level documentation comments from flutter_sound: (file:///tmp/pana_UKZZXC/lib/flutter_sound_player_web.dart:20:9) warning: unresolved doc reference [FlutterSoundPlatform] from flutter_sound.FlutterSoundPlayerWeb: (file:///tmp/pana_UKZZXC/lib/flutter_sound_player_web.dart:179:7) warning: unresolved doc reference [FlutterSoundPlatform] from flutter_sound.FlutterSoundPlayerWeb.registerWith: (file:///tmp/pana_UKZZXC/lib/flutter_sound_player_web.dart:202:15) warning: flutter_sound has no library level documentation comments from flutter_sound: (file:///tmp/pana_UKZZXC/lib/flutter_sound_recorder_web.dart:20:9) error: file already written at "flutter_sound/flutter_sound-library.html" for symbol flutter_sound: (file:///tmp/pana_UKZZXC/lib/flutter_sound_recorder_web.dart:20:9) [22 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:flutter_sound_web/flutter_sound_web.dart
that declares support for platforms:Web
.
Package does not support platform `iOS`.
Because:
package:flutter_sound_web/flutter_sound_web.dart
that declares support for platforms:Web
.
Package does not support platform `Windows`.
Because:
package:flutter_sound_web/flutter_sound_web.dart
that declares support for platforms:Web
.
Package does not support platform `Linux`.
Because:
package:flutter_sound_web/flutter_sound_web.dart
that declares support for platforms:Web
.
Package does not support platform `macOS`.
Because:
package:flutter_sound_web/flutter_sound_web.dart
that declares support for platforms:Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:flutter_sound_web/flutter_sound_web.dart
that imports:package:flutter_sound_web/flutter_sound_recorder_web.dart
that imports:package:flutter_sound_web/flutter_sound_media_recorder_web.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/advanced_file_output_stub.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_sound_web/flutter_sound_web.dart
that imports:package:flutter_sound_web/flutter_sound_recorder_web.dart
that imports:package:flutter_sound_web/flutter_sound_media_recorder_web.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/advanced_file_output_stub.dart
that imports:dart:io
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
INFO: The variable name 'MethodChannelFlutterSoundPlayer' isn't a lowerCamelCase identifier.
lib/flutter_sound_player_web.dart:206:14
╷
206 │ /* ctor */ MethodChannelFlutterSoundPlayer() {}
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_sound_player_web.dart
INFO: Statements in an if should be enclosed in a block.
lib/flutter_sound_recorder_web.dart:167:7
╷
167 │ callback.log(Level.debug, 'mime_types[codec] encoder is supported');
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_sound_recorder_web.dart
10/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_sound_platform_interface |
9.16.3 |
9.16.3 | 9.17.0 |
flutter_web_plugins |
flutter |
0.0.0 | 0.0.0 |
js |
^0.7.1 |
0.7.1 | 0.7.1 |
logger |
^2.0.2 |
2.5.0 | 2.5.0 |
web |
^1.0.0 |
1.1.0 | 1.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.3.1 |
collection |
- | 1.18.0 | 1.19.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
sky_engine |
- | 0.0.99 | 0.0.99 |
vector_math |
- | 2.1.4 | 2.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `9.16.3` on flutter_sound_platform_interface does not support the stable version `9.17.0`, that was published 6 days ago.
When flutter_sound_platform_interface is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions flutter_sound_platform_interface
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.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.