cutting_room 0.2.0
cutting_room: ^0.2.0 copied to clipboard
Compose and render videos with compositions, backed by FFMPEG.
We analyzed this package 4 days ago, and awarded it 65 pub points (of a possible 160):
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.
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.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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.dartthat imports:package:cutting_room/src/assets.dartthat imports:dart:cli
Package not compatible with platform Web
Because:
package:cutting_room/cutting_room.dartthat imports:package:cutting_room/src/builder.dartthat imports:package:cutting_room/src/compositions/compositions.dartthat imports:package:ffmpeg_cli/ffmpeg_cli.dartthat imports:package:ffmpeg_cli/src/ffmpeg/filters/subtitle_filter.dartthat imports:package:ffmpeg_cli/src/ffmpeg/ffmpeg_command.dartthat imports:dart:io
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
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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
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.