youtube_player_flutter_ifraim 0.0.2
youtube_player_flutter_ifraim: ^0.0.2 copied to clipboard
Youtube ifraim player
We analyzed this package 5 days ago, and awarded it 105 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.2").
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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
OUT:
Documenting youtube_player_flutter_ifraim...
Discovering libraries...
Linking elements...
Precaching local docs for 657342 elements...
Initialized dartdoc with 852 libraries
Generating docs for library video_util.dart from package:youtube_player_flutter_ifraim/video_util.dart...
Generating docs for library youtube_player_flutter_ifraim.dart from package:youtube_player_flutter_ifraim/youtube_player_flutter_ifraim.dart...
Generating docs for library youtube_player.dart from package:youtube_player_flutter_ifraim/youtube_player.dart...
Documented 3 public libraries in 39.2 seconds
ERR:
warning: youtube_player has no library level documentation comments
from youtube_player: (file:///tmp/pana_DFHTVI/lib/youtube_player_flutter_ifraim.dart:1:1)
error: file already written at "youtube_player/index.html"
for symbol youtube_player: (file:///tmp/pana_DFHTVI/lib/youtube_player.dart:1:1)
conflicting with file already generated by youtube_player: (file:///tmp/pana_DFHTVI/lib/youtube_player_flutter_ifraim.dart:1:1)
Dartdoc generates a path and filename to write to for each symbol.
'youtube_player' 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
[14 more lines]
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
WARNING: The declaration '_buildPlayPauseButton' isn't referenced.
lib/youtube_player.dart:202:14
╷
202 │ Widget get _buildPlayPauseButton {
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/youtube_player.dart
WARNING: The asset file 'assets/youtube_player.html' doesn't exist.
pubspec.yaml:28:7
╷
28 │ - assets/youtube_player.html
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze pubspec.yaml
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
webviewx |
^0.2.1 |
0.2.3 | 0.2.3 | Discontinued |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
http |
- | 0.13.6 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointer_interceptor |
- | 0.9.3+7 | 0.10.1+2 | |
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.6.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
webview_flutter |
- | 2.8.0 | 4.14.1 | |
webview_flutter_android |
- | 2.10.4 | 4.14.0 | |
webview_flutter_platform_interface |
- | 1.9.5 | 2.15.1 | |
webview_flutter_wkwebview |
- | 2.9.5 | 3.26.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- webviewx.
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.18, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.