flutter_audio_player_windows 0.0.9
flutter_audio_player_windows: ^0.0.9 copied to clipboard
A new flutter plugin project.
We analyzed this package 3 days ago, and awarded it 45 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 50 to 180 characters to describe the package, what it does, and its target use case.
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.9").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
OUT:
Documenting flutter_audio_player_windows...
Discovering libraries...
Linking elements...
Precaching local docs for 1218911 elements...
Initialized dartdoc with 1271 libraries
Generating docs for library flutter_audio_player_windows.dart from package:flutter_audio_player_windows/flutter_audio_player_windows.dart...
Documented 1 public library in 52.4 seconds
ERR:
error: file already written at "flutter_audio_player_windows/AudioPlayerWindows/playlistFinished.html"
for symbol flutter_audio_player_windows.AudioPlayerWindows.playlistFinished: (file:///tmp/pana_CFHZQD/lib/flutter_audio_player_windows.dart:112:25)
conflicting with file already generated by flutter_audio_player_windows.AudioPlayerWindows.playlistFinished: (file:///tmp/analyzerBIDREO/pub-cache/hosted/20260306t095100-dot-dartlang-pub.apps[...]
Dartdoc generates a path and filename to write to for each symbol.
'flutter_audio_player_windows.AudioPlayerWindows.playlistFinished'
conflicts with another symbol in the generated path, and therefore can
not be written out. Changing the name, library name, or class name (if
appropriate) of one of the conflicting items can resolve the conflict.
Alternatively, use the @nodoc directive in one symbol's documentation
comment to hide it.
[31 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
ERROR: 'AudioPlayerWindows.init' ('Future
lib/flutter_audio_player_windows.dart:37:16
╷
37 │ Future<void> init() async{
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_audio_player_windows.dart
ERROR: 'AudioPlayerWindows.dispose' ('Future
lib/flutter_audio_player_windows.dart:88:16
╷
88 │ Future<void> dispose()async {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_audio_player_windows.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dart_vlc |
^0.1.8 |
0.1.9 | 0.4.0 | Discontinued |
flutter_audio_player_platform_interface |
^0.0.9 |
0.0.13 | 0.0.13 | |
rxdart |
^0.27.2 |
0.27.7 | 0.28.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
assets_audio_player |
- | 3.1.1 | 3.1.1 | |
assets_audio_player_web |
- | 3.1.1 | 3.1.1 | |
async |
- | 2.13.0 | 2.13.0 | |
audio_video_progress_bar |
- | 0.11.0 | 2.0.3 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dart_vlc_ffi |
- | 0.1.8 | 0.2.0+1 | |
ffi |
- | 1.2.1 | 2.2.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.0.15 | 2.1.5 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.5.1 | 2.6.0 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.0.7 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 3.0.7 | 4.5.3 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 2.6.1 | 6.0.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^0.1.8` on dart_vlc does not support the stable version `0.2.0`.
Try running dart pub upgrade --major-versions dart_vlc to update the constraint.
The constraint `^0.27.2` on rxdart does not support the stable version `0.28.0`.
Try running dart pub upgrade --major-versions rxdart 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.23.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.