flutter_sound_web 10.2.5
flutter_sound_web: ^10.2.5 copied to clipboard
Flutter plugin that relates to sound like audio and recorder.
We analyzed this package 6 days ago, and awarded it 100 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 1169317 elements... Initialized dartdoc with 995 libraries 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_media_recorder_web.dart from package:flutter_sound_web/flutter_sound_media_recorder_web.dart... Generating docs for library flutter_sound_web.dart from package:flutter_sound_web/flutter_sound_web.dart... Generating docs for library flutter_sound_media_player_web.dart from package:flutter_sound_web/flutter_sound_media_player_web.dart... Generating docs for library flutter_sound_player_web.dart from package:flutter_sound_web/flutter_sound_player_web.dart... [1 more lines] ERR: warning: flutter_sound has no library level documentation comments from flutter_sound: (file:///tmp/pana_JLGNHE/lib/flutter_sound_recorder_web.dart:1:1) warning: unresolved doc reference [FlutterSoundPlatform] from flutter_sound_web.FlutterSoundPlugin.registerWith: (file:///tmp/pana_JLGNHE/lib/flutter_sound_web.dart:214:15) warning: flutter_sound has no library level documentation comments from flutter_sound: (file:///tmp/pana_JLGNHE/lib/flutter_sound_player_web.dart:1:1) warning: unresolved doc reference [FlutterSoundPlatform] from flutter_sound.FlutterSoundPlayerWeb: (file:///tmp/pana_JLGNHE/lib/flutter_sound_player_web.dart:196:7) error: file already written at "flutter_sound/index.html" for symbol flutter_sound: (file:///tmp/pana_JLGNHE/lib/flutter_sound_player_web.dart:1:1) [27 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: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: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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 21 issues. Showing the first 2:
WARNING: The value of the local variable 'x' isn't used.
lib/flutter_sound_media_player_web.dart:99:11
╷
99 │ var x = e.type;
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_sound_media_player_web.dart
WARNING: The value of the local variable 'y' isn't used.
lib/flutter_sound_media_player_web.dart:100:11
╷
100 │ var y = e.origin;
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_sound_media_player_web.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
flutter_sound_platform_interface |
10.2.5 |
10.2.5 | 10.2.5 | |
logger |
^2.0.2 |
2.5.0 | 2.5.0 | |
web |
>=0.5.0 <2.0.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.1.4 | 2.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
UNDEFINED_NAMED_PARAMETER
-lib/flutter_sound_media_player_web.dart:87:7
- The named parameter 'channelCount' isn't defined.UNDEFINED_NAMED_PARAMETER
-lib/flutter_sound_media_recorder_web.dart:201:7
- The named parameter 'channelCount' isn't defined.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.