ffmpeg_cli 0.3.0 copy "ffmpeg_cli: ^0.3.0" to clipboard
ffmpeg_cli: ^0.3.0 copied to clipboard

Run FFMPEG CLI commands from Dart.

36
likes
105/ 140
pub points
76%
popularity

We analyzed this package 5 days ago, and awarded it 105 pub points (of a possible 140):

failed
Follow Dart file conventions
15 / 30trigger folding of the section

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.

failed
Provide documentation
10 / 20trigger folding of the section

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

132 out of 301 API elements (43.9 %) 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.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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
partial
Pass static analysis
40 / 50trigger folding of the section

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

lib/src/colors.dart doesn't match the Dart formatter.

To format your files run: dart format .

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

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

Package Constraint Compatible Latest
collection ^1.18.0 1.18.0 1.18.0
json_annotation ^4.8.1 4.9.0 4.9.0
logging ^1.2.0 1.2.0 1.2.0
Transitive dependencies
Package Constraint Compatible Latest
meta - 1.14.0 1.14.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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.