custom_pdf_converter 3.10.4 copy "custom_pdf_converter: ^3.10.4" to clipboard
custom_pdf_converter: ^3.10.4 copied to clipboard

A pdf producer for Dart. It can create pdf files for both web or flutter.

5
likes
130/ 160
pub points
48
downloads

We analyzed this package 3 days ago, and awarded it 130 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: Apache-2.0.

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

991 out of 2736 API elements (36.2 %) have documentation comments.

Some symbols that are missing documentation: pdf, pdf.PdfAnnot, pdf.PdfAnnot.PdfAnnot.new, pdf.PdfAnnot.debugFill, pdf.PdfAnnot.elapsedStopwatch.

Passed check 10/10 points: Package has an example and has no issues with screenshots

Failed 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

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:custom_pdf_converter/pdf.dart that imports:
  • package:custom_pdf_converter/src/pdf/obj/ttffont.dart that imports:
  • package:custom_pdf_converter/src/pdf/obj/unicode_cmap.dart that imports:
  • package:custom_pdf_converter/src/pdf/obj/object_stream.dart that imports:
  • package:custom_pdf_converter/src/pdf/obj/object.dart that imports:
  • package:custom_pdf_converter/src/pdf/document.dart that imports:
  • package:custom_pdf_converter/src/pdf/io/vm.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/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 4 issues. Showing the first 2:

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/pdf/graphic_state.dart:147:17

    ╷
147 │   bool operator ==(dynamic other) {
    │                 ^^
    ╵

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

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/widgets/text_style.dart:71:17

   ╷
71 │   bool operator ==(dynamic other) {
   │                 ^^
   ╵

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

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

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
archive ^3.1.0 3.6.1 4.0.6
barcode >=2.2.3 <3.0.0 2.2.9 2.2.9
bidi ^2.0.6 2.0.13 2.0.13
crypto ^3.0.0 3.0.6 3.0.6
image ^4.0.0 4.3.0 4.5.4
meta >=1.3.0 <2.0.0 1.16.0 1.16.0
path_parsing >=0.2.0 <2.0.0 1.1.0 1.1.0
vector_math ^2.1.0 2.1.5 2.1.5
xml >=5.1.0 <7.0.0 6.5.0 6.5.0
Transitive dependencies
Package Constraint Compatible Latest Notes
collection - 1.19.1 1.19.1
path - 1.9.1 1.9.1
petitparser - 6.1.0 6.1.0
qr - 3.0.2 3.0.2
typed_data - 1.4.0 1.4.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^3.1.0` on archive does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions archive to update the constraint.

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.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
5
likes
130
points
48
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A pdf producer for Dart. It can create pdf files for both web or flutter.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

archive, barcode, bidi, crypto, image, meta, path_parsing, vector_math, xml

More

Packages that depend on custom_pdf_converter