ffmpeg_cli 0.3.0 ffmpeg_cli: ^0.3.0 copied to clipboard
Run FFMPEG CLI commands from Dart.
We analyzed this package 10 hours ago, and awarded it 135 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 2 links are insecure.
README.md:6:45
╷
6 │ <p>This project is a Flutter Bounty Hunters <a href="http://policies.flutterbountyhunters.com/proof-of-concept">proof-of-concept</a>. Want more FFMPEG filters, or more FFPROBE support? <a href="http://policies.flutterbountyhunters.com/fund-milestone">Fund a milestone</a> today!</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
132 out of 300 API elements (44.0 %) have documentation comments.
Some symbols that are missing documentation: ffmpeg_cli
, ffmpeg_cli.ACopyFilter.toCli
, ffmpeg_cli.ADelayFilter.toCli
, ffmpeg_cli.AFadeFilter.toCli
, ffmpeg_cli.AMixFilter.toCli
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:ffmpeg_cli/ffmpeg_cli.dart
that imports:package:ffmpeg_cli/src/ffmpeg/filters/subtitle_filter.dart
that imports:package:ffmpeg_cli/src/ffmpeg/ffmpeg_command.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:ffmpeg_cli/ffmpeg_cli.dart
that imports:package:ffmpeg_cli/src/ffmpeg/filters/subtitle_filter.dart
that imports:package:ffmpeg_cli/src/ffmpeg/ffmpeg_command.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
INFO: The import of 'package:ffmpeg_cli/src/ffmpeg/video_size.dart' is unnecessary because all of the used elements are also provided by the import of 'package:ffmpeg_cli/ffmpeg_cli.dart'.
lib/src/ffmpeg/filters/scale_filter.dart:2:8
╷
2 │ import 'package:ffmpeg_cli/src/ffmpeg/video_size.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/ffmpeg/filters/scale_filter.dart
/tmp/pana_QMJDWF/lib/src/colors.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 |
json_annotation |
^4.8.1 |
4.9.0 | 4.9.0 |
logging |
^1.2.0 |
1.3.0 | 1.3.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
meta |
- | 1.16.0 | 1.16.0 |
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.22.15
, Dart 3.5.4
.
Check the analysis log for details.