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 2 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 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.
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
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
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 |
---|---|---|---|
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 |
---|---|---|---|
json_annotation |
- | 4.9.0 | 4.9.0 |
meta |
- | 1.16.0 | 1.16.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
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.22.17
, Dart 3.6.0
.
Check the analysis log for details.