fplayer 1.1.3
fplayer: ^1.1.3 copied to clipboard
A Video Player Flutter plugin based on fplayer-core, support most popular protocols and codecs.
We analyzed this package 16 hours ago, and awarded it 135 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
`CHANGELOG.md` does not contain reference to the current version ("1.1.3").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
148 out of 235 API elements (63.0 %) have documentation comments.
Some symbols that are missing documentation: fplayer
, fplayer.FData
, fplayer.FData.FData.new
, fplayer.FData.clearValue
, fplayer.FData.contains
.
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:fplayer/fplayer.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:fplayer/fplayer.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:fplayer/fplayer.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:fplayer/fplayer.dart
that declares support for platforms:Android
,iOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:fplayer/fplayer.dart
that imports:package:battery_plus/battery_plus.dart
that imports:package:battery_plus/src/battery_plus_linux.dart
that imports:package:upower/upower.dart
that declares support for platforms:Linux
.
Package does not support platform `iOS`.
Because:
package:fplayer/fplayer.dart
that imports:package:battery_plus/battery_plus.dart
that imports:package:battery_plus/src/battery_plus_linux.dart
that imports:package:upower/upower.dart
that declares support for platforms:Linux
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:fplayer/fplayer.dart
that imports:package:battery_plus/battery_plus.dart
that imports:package:battery_plus/src/battery_plus_linux.dart
that imports:package:upower/upower.dart
that imports:package:upower/src/upower_client.dart
that imports:package:dbus/dbus.dart
that imports:package:dbus/src/dbus_value.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/fplayer/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 25 issues. Showing the first 2:
WARNING: The value of the field '_vWidth' isn't used.
lib/core/f_view.dart:150:10
╷
150 │ double _vWidth = -1;
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/f_view.dart
WARNING: The value of the field '_vHeight' isn't used.
lib/core/f_view.dart:151:10
╷
151 │ double _vHeight = -1;
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/f_view.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
battery_plus |
^6.2.1 |
6.2.3 | 7.0.0 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
screen_brightness |
^2.1.2 |
2.1.7 | 2.1.7 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
battery_plus_platform_interface |
- | 2.0.1 | 2.0.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
dbus |
- | 0.7.11 | 0.7.11 | |
ffi |
- | 2.1.4 | 2.1.4 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
screen_brightness_android |
- | 2.1.3 | 2.1.3 | |
screen_brightness_ios |
- | 2.1.2 | 2.1.2 | |
screen_brightness_macos |
- | 2.1.1 | 2.1.1 | |
screen_brightness_ohos |
- | 2.1.2 | 2.1.2 | |
screen_brightness_platform_interface |
- | 2.1.0 | 2.1.0 | |
screen_brightness_windows |
- | 2.1.0 | 2.1.0 | |
upower |
- | 0.7.0 | 0.7.0 | |
vector_math |
- | 2.2.0 | 2.2.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 `^6.2.1` on battery_plus does not support the stable version `7.0.0`, that was published 12 days ago.
When battery_plus is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions battery_plus
to update the constraint.
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.22.23
, Flutter 3.35.4
, Dart 3.9.2
.
Check the analysis log for details.