pod_player_new 0.0.8
pod_player_new: ^0.0.8 copied to clipboard
Vimeo and youtube player for flutter, Pod player provides customizable video player controls that support android, ios and web.
We analyzed this package 3 days ago, and awarded it 40 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: pod_player_new.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: pod_player_new, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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: 20% or more of the public API has dartdoc comments
194 out of 300 API elements (64.7 %) have documentation comments.
Some symbols that are missing documentation: pod_player_new, pod_player_new.ClosedCaptionFile.ClosedCaptionFile.new, pod_player_new.FullScreenView, pod_player_new.FullScreenView.FullScreenView.new, pod_player_new.FullScreenView.tag.
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: The named parameter 'selectedRowColor' isn't defined.
lib/src/widgets/core/overlays/web_dropdown_menu.dart:21:9
╷
21 │ selectedRowColor: Colors.white,
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/core/overlays/web_dropdown_menu.dart
INFO: 'VideoPlayerController.network' is deprecated and shouldn't be used. Use VideoPlayerController.networkUrl instead.
lib/src/controllers/pod_getx_video_controller.dart:88:21
╷
88 │ _videoCtr = VideoPlayerController.network(
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controllers/pod_getx_video_controller.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
get |
^4.6.5 |
4.7.3 | 4.7.3 | |
http |
^0.13.5 |
0.13.6 | 1.6.0 | |
lottie |
^2.3.0 |
2.7.0 | 3.3.2 | |
universal_html |
^2.2.1 |
2.3.0 | 2.3.0 | |
video_player |
^2.6.0 |
2.11.0 | 2.11.0 | |
wakelock |
^0.6.2 |
0.6.2 | 0.6.2 | Discontinued |
youtube_explode_dart |
^1.12.4 |
1.12.4 | 3.0.5 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.9 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
charcode |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
ffi |
- | 2.2.0 | 2.2.0 | |
freezed_annotation |
- | 2.4.4 | 3.1.0 | |
html |
- | 0.15.6 | 0.15.6 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
json_annotation |
- | 4.11.0 | 4.11.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
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 | |
universal_io |
- | 2.3.1 | 2.3.1 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
video_player_android |
- | 2.9.4 | 2.9.4 | |
video_player_avfoundation |
- | 2.9.3 | 2.9.3 | |
video_player_platform_interface |
- | 6.6.0 | 6.6.0 | |
video_player_web |
- | 2.4.0 | 2.4.0 | |
wakelock_macos |
- | 0.4.0 | 0.4.0 | |
wakelock_platform_interface |
- | 0.3.0 | 0.3.0 | |
wakelock_web |
- | 0.4.0 | 0.4.0 | |
wakelock_windows |
- | 0.2.1 | 0.2.1 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 3.1.4 | 6.0.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^0.13.5` on http does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions http to update the constraint.
The constraint `^2.3.0` on lottie does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions lottie to update the constraint.
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 1 error:
UNDEFINED_NAMED_PARAMETER-lib/src/widgets/core/overlays/web_dropdown_menu.dart:21:9- The named parameter 'selectedRowColor' 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.23.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.