xstream_player 2.0.2 copy "xstream_player: ^2.0.2" to clipboard
xstream_player: ^2.0.2 copied to clipboard

Advanced video player based on video_player and Chewie. It's solves many typical use cases and it's easy to run.

55/ 160
pub points
21
downloads

We analyzed this package 2 days ago, and awarded it 55 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
25 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("2.0.2").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

365 out of 490 API elements (74.5 %) have documentation comments.

Some symbols that are missing documentation: xstream_player, xstream_player.BetterPlayer.BetterPlayer.file, xstream_player.BetterPlayer.BetterPlayer.network, xstream_player.BetterPlayer.BetterPlayer.new, xstream_player.BetterPlayer.controller.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 160 issues. Showing the first 2:

ERROR: Invalid assignment to the parameter 'notificationConfiguration'.

lib/src/configuration/better_player_data_source.dart:108:34

    ╷
108 │         notificationConfiguration: notificationConfiguration = const BetterPlayerNotificationConfiguration(
    │ ┌──────────────────────────────────^
109 │ │         showNotification: false,
110 │ │       ),
    │ └───────^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/configuration/better_player_data_source.dart

ERROR: Invalid assignment to the parameter 'notificationConfiguration'.

lib/src/configuration/better_player_data_source.dart:140:34

    ╷
140 │         notificationConfiguration: notificationConfiguration = const BetterPlayerNotificationConfiguration(
    │ ┌──────────────────────────────────^
141 │ │         showNotification: false,
142 │ │       ),
    │ └───────^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/configuration/better_player_data_source.dart

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
collection ^1.18.0 1.19.1 1.19.1
crypto ^3.0.6 3.0.7 3.0.7
equatable ^2.0.7 2.1.0 3.0.0
flutter_widget_from_html_core ^0.16.0 0.16.1 0.17.4
path_provider ^2.1.3 2.1.6 2.1.6
visibility_detector ^0.4.0+2 0.4.0+2 0.4.0+2
wakelock_plus ^1.2.4 1.8.0 1.8.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
code_assets - 2.1.0 2.1.0
csslib - 1.0.2 1.0.2
dbus - 0.7.15 0.8.0
ffi - 2.2.0 2.2.0
ffi_leak_tracker - 0.1.2 0.1.2
hooks - 2.2.0 2.2.0
html - 0.15.7 0.15.7
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
intl - 0.20.3 0.20.3
jni - 1.0.3 1.0.3
jni_flutter - 1.0.3 1.0.3
jni_util - 1.0.0 1.0.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
objective_c - 9.6.0 9.6.0
package_config - 3.0.0 3.0.0
package_info_plus - 10.2.1 10.2.1
package_info_plus_platform_interface - 4.1.0 4.1.0
path - 1.9.1 1.9.1
path_provider_android - 2.3.1 2.3.1
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.2 2.2.2
path_provider_platform_interface - 2.1.3 2.1.3
path_provider_windows - 2.3.0 2.3.0
petitparser - 7.0.2 7.0.2
platform - 3.2.0 3.2.0
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.1 2.2.1
record_use - 1.1.1 1.1.1
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
vector_math - 2.4.3 2.4.3
wakelock_plus_platform_interface - 1.7.0 1.7.0
web - 1.1.1 1.1.1
win32 - 6.4.0 6.4.0
xdg_directories - 1.1.0 1.1.0
xml - 7.0.1 7.0.1
yaml - 3.1.4 3.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^2.0.7` on equatable does not support the stable version `3.0.0`, that was published 5 days ago.

When equatable is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions equatable to update the constraint.

The constraint `^0.16.0` on flutter_widget_from_html_core does not support the stable version `0.17.0`.

Try running dart pub upgrade --major-versions flutter_widget_from_html_core to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 5 errors:

  • PARAMETER_ASSIGNMENTS - lib/src/configuration/better_player_data_source.dart:108:34 - Invalid assignment to the parameter 'notificationConfiguration'.
  • PARAMETER_ASSIGNMENTS - lib/src/configuration/better_player_data_source.dart:140:34 - Invalid assignment to the parameter 'notificationConfiguration'.
  • PREFER_IF_ELEMENTS_TO_CONDITIONAL_EXPRESSIONS - lib/src/controls/better_player_material_controls.dart:243:21 - Use an 'if' element to conditionally add elements.

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.19, Flutter 3.47.4, Dart 3.13.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
55
points
21
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Advanced video player based on video_player and Chewie. It's solves many typical use cases and it's easy to run.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

collection, crypto, equatable, flutter, flutter_localizations, flutter_widget_from_html_core, path_provider, visibility_detector, wakelock_plus

More

Packages that depend on xstream_player

Packages that implement xstream_player