cutting_room 0.2.0 copy "cutting_room: ^0.2.0" to clipboard
cutting_room: ^0.2.0 copied to clipboard

Compose and render videos with compositions, backed by FFMPEG.

16
likes
65/ 140
pub points
0%
popularity

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

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

10/10 points: Provide a valid pubspec.yaml

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 composition types and video controls? <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

103 out of 199 API elements (51.8 %) have documentation comments.

Some symbols that are missing documentation: black_base64, black_base64.blackPngBase64, cutting_room, cutting_room.Asset.base64encoded, cutting_room.Asset.fileName.

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 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform iOS

Because:

  • package:cutting_room/cutting_room.dart that imports:
  • package:cutting_room/src/assets.dart that imports:
  • dart:cli
Package not compatible with platform Web

Because:

  • package:cutting_room/cutting_room.dart that imports:
  • package:cutting_room/src/builder.dart that imports:
  • package:cutting_room/src/compositions/compositions.dart that imports:
  • 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
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

ERROR: The method 'waitFor' isn't defined for the type 'Asset'.

lib/src/assets.dart:117:27

    ╷
117 │       final absoluteUri = waitFor(future, timeout: const Duration(seconds: 5));
    │                           ^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/assets.dart

WARNING: Unused import: 'dart:cli'.

lib/src/assets.dart:2:8

  ╷
2 │ import 'dart:cli';
  │        ^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/assets.dart

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

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

Package Constraint Compatible Latest
collection ^1.16.0 1.18.0 1.18.0
ffmpeg_cli ^0.2.0 0.2.0 0.3.0
logging ^1.0.2 1.2.0 1.2.0
Transitive dependencies
Package Constraint Compatible Latest
json_annotation - 4.9.0 4.9.0
meta - 1.15.0 1.15.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.2.0` on ffmpeg_cli does not support the stable version `0.3.0`.

Try running dart pub upgrade --major-versions ffmpeg_cli to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Dart 3.4.0.

Check the analysis log for details.

16
likes
65
pub points
0%
popularity

Publisher

verified publisherflutterbountyhunters.com

Compose and render videos with compositions, backed by FFMPEG.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, ffmpeg_cli, logging

More

Packages that depend on cutting_room