flutter_hls_audio_player 0.2.0
flutter_hls_audio_player: ^0.2.0 copied to clipboard
This plugin streams audio from hls url works on both iOS and Android.
0
likes
80
/ 110
pub points
0
%
popularity
We analyzed this package on Jan 16, 2021, and awarded it 80 pub points (of a possible 110):
0/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://guruprasath.dev
was unreachable.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/10 points: 20% or more of the public API has dartdoc comments
- 15 out of 35 API elements (42.9 %) have documentation comments.
20/20 points: Supports 3 of 3 possible platforms (iOS, Android, Web)
Found 6 issues. Showing the first 2:
Consider supporting these prerelease platforms:
Package does not support Flutter platform Windows
Because:
package:flutter_hls_audio_player/audio.dart
that declares support for platforms: Android, iOS, Web
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: Unused import: 'package:flutter/services.dart'.
lib/audio.dart:2:8
╷
2 │ import 'package:flutter/services.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/audio.dart
lib/audio.dart is not formatted according to dartfmt
To format your files run: dartfmt -w .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter_hls_audio_player_platform_interface | ^0.0.1 | 0.0.1 | 0.0.1 |
flutter_hls_audio_player_web | ^0.0.1 | 0.0.1 | 0.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.1.0-nullsafety.5 | 1.1.0-nullsafety.5 |
collection | - | 1.15.0-nullsafety.5 | 1.15.0-nullsafety.5 |
js | - | 0.6.3-nullsafety.3 | 0.6.3-nullsafety.3 |
meta | - | 1.3.0-nullsafety.6 | 1.3.0-nullsafety.6 |
plugin_platform_interface | - | 1.0.3 | 1.0.3 |
typed_data | - | 1.3.0-nullsafety.5 | 1.3.0-nullsafety.5 |
vector_math | - | 2.1.0-nullsafety.5 | 2.1.0-nullsafety.5 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.