smart_player 0.0.9+1
smart_player: ^0.0.9+1 copied to clipboard
Flutter video player with custom advertisement,screen casting.
We analyzed this package 25 hours ago, and awarded it 140 pub points (of a possible 160):
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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting smart_player... Discovering libraries... Linking elements... Precaching local docs for 657183 elements... Initialized dartdoc with 871 libraries Generating docs for library full_screen_player_page.dart from package:smart_player/full_screen_player_page.dart... Generating docs for library video_player_page.dart from package:smart_player/video_player_page.dart... Generating docs for library progress_bar.dart from package:smart_player/progress_bar.dart... Documented 3 public libraries in 64.7 seconds ERR: warning: smart_player has no library level documentation comments from smart_player: (file:///tmp/pana_FJHWUE/lib/full_screen_player_page.dart:1:1) warning: smart_player has no library level documentation comments from smart_player: (file:///tmp/pana_FJHWUE/lib/video_player_page.dart:1:1) error: file already written at "smart_player/index.html" for symbol smart_player: (file:///tmp/pana_FJHWUE/lib/video_player_page.dart:1:1) conflicting with file already generated by smart_player: (file:///tmp/pana_FJHWUE/lib/full_screen_player_page.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'smart_player' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [29 more lines]
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:smart_player/full_screen_player_page.dartthat imports:package:video_player/video_player.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:smart_player/full_screen_player_page.dartthat imports:package:video_player/video_player.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `macOS`.
Because:
package:smart_player/full_screen_player_page.dartthat imports:package:flutter_vlc_player/flutter_vlc_player.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:smart_player/full_screen_player_page.dartthat imports:package:flutter_vlc_player/flutter_vlc_player.dartthat declares support for platforms:Android,iOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
INFO: Missing type annotation.
lib/full_screen_player_page.dart:245:3
╷
245 │ customControls(VideoPlayerController controller) {
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/full_screen_player_page.dart
INFO: Missing type annotation.
lib/full_screen_player_page.dart:385:3
╷
385 │ timer() async {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/full_screen_player_page.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_vlc_player |
^7.1.5 |
7.4.4 | 7.4.4 | |
video_player |
^2.4.7 |
2.10.1 | 2.10.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
csslib |
- | 1.0.2 | 1.0.2 | |
flutter_vlc_player_platform_interface |
- | 2.0.5 | 2.0.5 | |
html |
- | 0.15.6 | 0.15.6 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.1 | 1.10.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
video_player_android |
- | 2.9.1 | 2.9.1 | |
video_player_avfoundation |
- | 2.8.9 | 2.8.9 | |
video_player_platform_interface |
- | 6.6.0 | 6.6.0 | |
video_player_web |
- | 2.4.0 | 2.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.