dart_vp8 0.3.0
dart_vp8: ^0.3.0 copied to clipboard
Pure-Dart VP8 video codec (RFC 6386). Byte-exact decoder on all 62 official VP8 conformance vectors, plus an experimental VP8 encoder. IVF + WebM demuxers, IVF + WebM writers; no native code, no dart: [...]
We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
379 out of 650 API elements (58.3 %) have documentation comments.
Some symbols that are missing documentation: dart_vp8.AboveContextRow.AboveContextRow.new, dart_vp8.AboveContextRow.sliceFor, dart_vp8.BoolDecoder.debugBitCount, dart_vp8.BoolDecoder.debugBufPos, dart_vp8.BoolDecoder.debugRange.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 19 issues. Showing the first 2:
WARNING: The value of the local variable 'qTables' isn't used.
lib/src/encoder/frame_writer.dart:350:9
╷
350 │ final qTables = segQTables[0];
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/encoder/frame_writer.dart
WARNING: The value of the local variable 'qTables' isn't used.
lib/src/encoder/frame_writer.dart:1255:9
╷
1255 │ final qTables = segQTables[0];
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/encoder/frame_writer.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Dart 3.13.4.
Check the analysis log for details.