meedu_player 0.5.0-nullsafety.1
meedu_player: ^0.5.0-nullsafety.1 copied to clipboard
A new Flutter UI video controls for the flutter video_player plugin.
This package is not analyzed, because it is discontinued.
This package version is not analyzed, because it is more than two years old. Check the latest stable version for its analysis.
We analyzed this package 42 hours ago, and awarded it 80 pub points (of a possible 140):
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
.
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 56 out of 157 API elements (35.7 %) have documentation comments.
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:meedu_player/meedu_player.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:meedu_player/meedu_player.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:meedu_player/meedu_player.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:meedu_player/meedu_player.dart
that declares support for platforms:Android
,iOS
.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
ERROR: The method 'setEnabledSystemUIOverlays' isn't defined for the type 'SystemChrome'.
lib/src/helpers/screen_manager.dart:22:24
╷
22 │ await SystemChrome.setEnabledSystemUIOverlays(this.overlays);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/helpers/screen_manager.dart
ERROR: The method 'setEnabledSystemUIOverlays' isn't defined for the type 'SystemChrome'.
lib/src/helpers/screen_manager.dart:37:26
╷
37 │ await SystemChrome.setEnabledSystemUIOverlays([]);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/helpers/screen_manager.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_meedu |
^2.1.0 |
2.1.1 | 8.4.0 |
flutter_spinkit |
^5.0.0 |
5.2.0 | 5.2.0 |
meedu |
^2.1.0 |
2.1.0 | 8.0.2 |
meta |
^1.3.0 |
1.9.1 | 1.10.0 |
video_player |
^2.1.0 |
2.7.2 | 2.7.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.3.0 |
collection |
- | 1.17.2 | 1.18.0 |
csslib |
- | 1.0.0 | 1.0.0 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
html |
- | 0.15.4 | 0.15.4 |
material_color_utilities |
- | 0.5.0 | 0.8.0 |
nested |
- | 1.0.0 | 1.0.0 |
path |
- | 1.8.3 | 1.8.3 |
plugin_platform_interface |
- | 2.1.6 | 2.1.6 |
provider |
- | 5.0.0 | 6.0.5 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
vector_math |
- | 2.1.4 | 2.1.4 |
video_player_android |
- | 2.4.10 | 2.4.10 |
video_player_avfoundation |
- | 2.4.10 | 2.4.10 |
video_player_platform_interface |
- | 6.2.1 | 6.2.1 |
video_player_web |
- | 2.1.0 | 2.1.0 |
web |
- | 0.1.4-beta | 0.2.1-beta |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.1.0` on flutter_meedu does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions flutter_meedu
to update the constraint.
The constraint `^2.1.0` on meedu does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions meedu
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with Pana 0.21.36
, Flutter 3.13.3
, Dart 3.1.1
.