dart_vp8 0.3.0 copy "dart_vp8: ^0.3.0" to clipboard
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: [...]

120/ 160
pub points
47
downloads

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

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

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

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

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

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

Detected license: BSD-3-Clause.

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

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.

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

Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

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

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

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

Weekly downloads

Display as:
By versions:
0
likes
120
points
47
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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:io in the library — runs on VM, AOT and Web.

Repository (GitHub)
View/report issues

Topics

#vp8 #video #codec #webm #encoder

License

BSD-3-Clause (license)

More

Packages that depend on dart_vp8