pdfrx_engine 0.6.0 copy "pdfrx_engine: ^0.6.0" to clipboard
pdfrx_engine: ^0.6.0 copied to clipboard

pdfrx_engine is a PDF rendering and manipulation API built on top of PDFium, designed to be used with the pdfrx plugin. Supports viewing, editing, and combining PDF documents.

150/ 160
pub points
341k
downloads

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

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

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

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

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

351 out of 408 API elements (86.0 %) have documentation comments.

Some symbols that are missing documentation: pdfrx_engine, pdfrx_engine.ImageDartExt, pdfrx_engine.PdfAnnotation.PdfAnnotation.new, pdfrx_engine.PdfDateTime.PdfDateTime.new, pdfrx_engine.PdfDateTime.pdfDateString.

Passed check 10/10 points: Package has 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.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: Use an initializing formal to assign a parameter to a field.

lib/src/native/pdfrx_pdfium.dart:485:91

    ╷
485 │   _FontSource._({required this.fontOffset, required Uint8List Function() loadFullData}) : _loadFullData = loadFullData;
    │                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/native/pdfrx_pdfium.dart

INFO: Use an initializing formal to assign a parameter to a field.

lib/src/native/pdfrx_pdfium.dart:2057:100

     ╷
2057 │   _PdfImagePdfium._({required this.width, required this.height, required Pointer<Uint8> buffer}) : _buffer = buffer;
     │                                                                                                    ^^^^^^^^^^^^^^^^
     ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/native/pdfrx_pdfium.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

Package Constraint Compatible Latest Notes
archive ^4.0.9 4.2.0 4.2.0
collection ^1.19.1 1.19.1 1.19.1
crypto ^3.0.7 3.0.7 3.0.7
ffi ^2.2.0 2.2.0 2.2.0
http ^1.6.0 1.6.0 1.6.0
image ^4.8.0 4.9.2 4.9.2
meta ^1.18.0 1.19.0 1.19.0
path ^1.9.1 1.9.1 1.9.1
pdfium_dart ^0.3.0 0.3.0 0.3.0
rxdart ^0.28.0 0.28.0 0.28.0
synchronized ^3.4.0 3.4.1+2 3.4.1+2
vector_math ^2.2.0 2.4.2 2.4.2
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
code_assets - 2.0.0 2.0.0
hooks - 2.2.0 2.2.0
http_parser - 4.1.2 4.1.2
logging - 1.3.0 1.3.0
posix - 6.5.2 6.5.2
pub_semver - 2.2.1 2.2.1
record_use - 1.1.1 1.1.1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1
yaml - 3.1.4 3.1.4

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

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
18
likes
150
points
341k
downloads

Documentation

API reference

Publisher

verified publisherespresso3389.jp

Weekly Downloads

pdfrx_engine is a PDF rendering and manipulation API built on top of PDFium, designed to be used with the pdfrx plugin. Supports viewing, editing, and combining PDF documents.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, collection, crypto, ffi, http, image, meta, path, pdfium_dart, rxdart, synchronized, vector_math

More

Packages that depend on pdfrx_engine