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.

65/ 160
pub points
16
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

Failed check 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.

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

103 out of 215 API elements (47.9 %) have documentation comments.

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

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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 report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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 report section
Support up-to-date dependencies
10 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
collection ^1.16.0 1.19.1 1.19.1
ffmpeg_cli ^0.2.0 0.2.0 0.3.0
logging ^1.0.2 1.3.0 1.3.0
Transitive dependencies
Package Constraint Compatible Latest Notes
json_annotation - 4.10.0 4.10.0
meta - 1.18.1 1.18.1

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.

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNDEFINED_METHOD - lib/src/assets.dart:117:27 - The method 'waitFor' isn't defined for the type 'Asset'.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.8, Dart 3.10.8.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
18
likes
65
points
16
downloads

Publisher

verified publisherflutterbountyhunters.com

Weekly Downloads

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