video_box 0.17.0
video_box: ^0.17.0 copied to clipboard
A control that plays video in flutter, I make the control as flexible as possible, can play a single video, video list on the page.
We analyzed this package 42 hours ago, and awarded it 55 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
Links in `CHANGELOG.md` should be secure. 1 link is insecure.
CHANGELOG.md:90:61
╷
90 │ <li>Prepare for 1.0.0 version of sensors and package_info. (<a href="http://github.com/amirh/dart_lsc">dart_lsc</a>)</li>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
227 out of 352 API elements (64.5 %) have documentation comments.
Some symbols that are missing documentation: KCustomFullScreen_io, KCustomFullScreen_io.KCustomFullScreen, KCustomFullScreen_io.KCustomFullScreen.KCustomFullScreen.new, KCustomFullScreen_web, KCustomFullScreen_web.KCustomFullScreen.
10/10 points: Package has 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 50 issues. Showing the first 2:
ERROR: The named parameter 'bodyText1' isn't defined.
lib/video_box.dart:187:9
╷
187 │ bodyText1: _theme.textTheme.bodyText1!.copyWith(color: Colors.white),
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/video_box.dart
ERROR: The getter 'bodyText1' isn't defined for the type 'TextTheme'.
lib/video_box.dart:187:37
╷
187 │ bodyText1: _theme.textTheme.bodyText1!.copyWith(color: Colors.white),
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/video_box.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
connectivity_plus |
^2.3.7 |
2.3.9 | 7.0.0 | |
dart_printf |
^0.6.0 |
0.6.0 | 0.6.0 | |
flutter_mobx |
^2.0.6 |
2.3.0 | 2.3.0 | |
mobx |
^2.1.0 |
2.6.0 | 2.6.0 | |
sensors_plus |
^1.3.4 |
1.4.1 | 7.0.0 | |
video_player |
^2.4.7 |
2.11.0 | 2.11.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
connectivity_plus_linux |
- | 1.3.1 | 1.3.1 | Discontinued |
connectivity_plus_macos |
- | 1.2.6 | 1.2.6 | Discontinued |
connectivity_plus_platform_interface |
- | 1.2.4 | 2.0.1 | |
connectivity_plus_web |
- | 1.2.5 | 1.2.5 | Discontinued |
connectivity_plus_windows |
- | 1.2.2 | 1.2.2 | Discontinued |
csslib |
- | 1.0.2 | 1.0.2 | |
dbus |
- | 0.7.12 | 0.7.12 | |
ffi |
- | 2.2.0 | 2.2.0 | |
html |
- | 0.15.6 | 0.15.6 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
nested |
- | 1.0.0 | 1.0.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
sensors_plus_platform_interface |
- | 1.2.0 | 2.0.1 | |
sensors_plus_web |
- | 1.1.2 | 1.1.2 | Discontinued |
source_span |
- | 1.10.2 | 1.10.2 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
video_player_android |
- | 2.9.4 | 2.9.4 | |
video_player_avfoundation |
- | 2.9.4 | 2.9.4 | |
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 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.3.7` on connectivity_plus does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.
The constraint `^1.3.4` on sensors_plus does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions sensors_plus 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 4 errors:
UNDEFINED_NAMED_PARAMETER-lib/video_box.dart:187:9- The named parameter 'bodyText1' isn't defined.UNDEFINED_GETTER-lib/video_box.dart:187:37- The getter 'bodyText1' isn't defined for the type 'TextTheme'.UNDEFINED_GETTER-lib/video_box.dart:373:58- The getter 'bodyText1' isn't defined for the type 'TextTheme'.
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.2, Dart 3.11.0.
Check the analysis log for details.