easy_audio_player 0.0.1
easy_audio_player: ^0.0.1 copied to clipboard
an easy widgets to have audio player that can play remote or local audio files across all platforms without having to implement it from scratch.
We analyzed this package 6 hours ago, and awarded it 120 pub points (of a possible 140):
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: MIT
.
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 26 out of 99 API elements (26.3 %) have documentation comments.
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ MacOS
- ✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:easy_audio_player/flutter_audio_player.dart
that imports:package:easy_audio_player/services/audio_player_service.dart
that imports:package:just_audio_background/just_audio_background.dart
that imports:package:audio_service/audio_service.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:easy_audio_player/flutter_audio_player.dart
that imports:package:easy_audio_player/services/audio_player_service.dart
that imports:package:just_audio_background/just_audio_background.dart
that imports:package:audio_service/audio_service.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Web`.
Because:
package:easy_audio_player/flutter_audio_player.dart
that imports:package:easy_audio_player/services/audio_player_service.dart
that imports:package:just_audio_background/just_audio_background.dart
that imports:package:audio_service/audio_service.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/json_cache_info_repository.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
INFO: 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre.
lib/widgets/players/full_audio_player.dart:46:77
╷
46 │ Text(metadata.title, style: Theme.of(context).textTheme.headline6),
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/players/full_audio_player.dart
INFO: 'headline6' is deprecated and shouldn't be used. Use titleLarge instead. This feature was deprecated after v3.1.0-0.0.pre.
lib/widgets/players/full_audio_player.dart:62:54
╷
62 │ style: Theme.of(context).textTheme.headline6,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/players/full_audio_player.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
audio_session | ^0.1.6+1 | 0.1.13 | 0.1.13 |
audio_video_progress_bar | ^0.10.0 | 0.10.0 | 1.0.1 |
flutter | flutter | 0.0.0 | 0.0.0 |
just_audio | ^0.9.18 | 0.9.32 | 0.9.32 |
just_audio_background | ^0.0.1-beta.2 | 0.0.1-beta.9 | 0.0.1-beta.9 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.10.0` on audio_video_progress_bar does not support the stable version `0.11.0`.
Try running dart pub upgrade --major-versions audio_video_progress_bar
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.27
, Flutter 3.7.7
, Dart 2.19.4
.