pdfrx 2.4.4 copy "pdfrx: ^2.4.4" to clipboard
pdfrx: ^2.4.4 copied to clipboard

pdfrx is a rich and fast PDF viewer and manipulation plugin built on the top of PDFium. Supports viewing, editing, combining PDFs on Android, iOS, Windows, macOS, Linux, and Web.

130/ 160
pub points
345k
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: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting pdfrx... Discovering libraries... Linking elements... Precaching local docs for 1323761 elements... ERR: dartdoc 9.0.6 (/home/worker/dartdoc/build/dartdoc) failed: ParallelWaitError: RangeError (end): Invalid value: Not in inclusive range 44..56: 57 #0 RangeError.checkValidRange (dart:core/errors.dart:392) #1 _StringBase.substring (dart:core-patch/string_patch.dart:437) #2 DocumentationComment._stripDocImports (package:dartdoc/src/model/documentation_comment.dart:931) #3 DocumentationComment.processComment (package:dartdoc/src/model/documentation_comment.dart:103) #4 DocumentationComment.precacheLocalDocs (package:dartdoc/src/model/documentation_comment.dart:1050) #5 PackageGraph._precacheLocalDocs (package:dartdoc/src/model/package_graph.dart:174) #6 PackageGraph.initializePackageGraph (package:dartdoc/src/model/package_graph.dart:120) #7 PubPackageBuilder.buildPackageGraph (package:dartdoc/src/model/package_builder.dart:161)

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

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.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

Failed report section
Support up-to-date dependencies
20 / 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
collection any 1.19.1 1.19.1
crypto any 3.0.7 3.0.7
path any 1.9.1 1.9.1
path_provider any 2.1.6 2.1.6
pdfium_flutter ^0.2.2 0.2.2 0.2.2
pdfrx_engine ^0.4.3 0.4.3 0.4.3
rxdart any 0.28.0 0.28.0
synchronized any 3.4.1 3.4.1
url_launcher any 6.3.2 6.3.2
vector_math any 2.2.0 2.4.0
web any 1.1.1 1.1.1
yaml any 3.1.3 3.1.3
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.9 4.0.9
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
code_assets - 1.2.1 1.2.1
ffi - 2.2.0 2.2.0
hooks - 2.0.2 2.0.2
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image - 4.9.1 4.9.1
jni - 1.0.0 1.0.0
jni_flutter - 1.0.1 1.0.1
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.18.3
objective_c - 9.4.1 9.4.1
package_config - 2.2.0 3.0.0
path_provider_android - 2.3.1 2.3.1
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.2 2.2.2
path_provider_platform_interface - 2.1.3 2.1.3
path_provider_windows - 2.3.0 2.3.0
pdfium_dart - 0.2.5 0.2.5
petitparser - 7.0.2 7.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
posix - 6.5.0 6.5.0
pub_semver - 2.2.0 2.2.0
record_use - 0.6.0 0.6.0
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
url_launcher_android - 6.3.32 6.3.32
url_launcher_ios - 6.4.1 6.4.1
url_launcher_linux - 3.2.2 3.2.2
url_launcher_macos - 3.2.5 3.2.5
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.3 2.4.3
url_launcher_windows - 3.1.5 3.1.5
xdg_directories - 1.1.0 1.1.0
xml - 7.0.1 7.0.1

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 6 errors:

  • UNDEFINED_METHOD - lib/src/wasm/js_utils.dart:13:23 - The method 'hasProperty' isn't defined for the type 'Window'.
  • UNDEFINED_GETTER - lib/src/wasm/pdfrx_wasm.dart:86:27 - The getter 'onLoad' isn't defined for the type 'HTMLScriptElement'.
  • UNDEFINED_GETTER - lib/src/wasm/pdfrx_wasm.dart:87:27 - The getter 'onError' isn't defined for the type 'HTMLScriptElement'.

Run flutter pub downgrade and then flutter 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.23.14, Flutter 3.44.4, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
334
likes
130
points
345k
downloads
screenshot

Publisher

verified publisherespresso3389.jp

Weekly Downloads

pdfrx is a rich and fast PDF viewer and manipulation plugin built on the top of PDFium. Supports viewing, editing, combining PDFs on Android, iOS, Windows, macOS, Linux, and Web.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, crypto, flutter, path, path_provider, pdfium_flutter, pdfrx_engine, rxdart, synchronized, url_launcher, vector_math, web, yaml

More

Packages that depend on pdfrx