t_pdf_reader 0.5.0
t_pdf_reader: ^0.5.0 copied to clipboard
A performant Flutter PDF viewer capable of handling large PDF files smoothly. Built on than_pdf_engine, this package provides a clean foundation for custom PDF implementations, allowing users to build [...]
We analyzed this package 7 hours ago, and awarded it 130 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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
8 out of 97 API elements (8.2 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: t_pdf_reader, t_pdf_reader.PdfCore, t_pdf_reader.PdfCore.PdfCore.new, t_pdf_reader.PdfEvent, t_pdf_reader.PdfLoaded.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ Linux
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:t_pdf_reader/t_pdf_reader.dartthat imports:package:than_pdf_engine/core/pdf_thumbnail_generator.dartthat declares support for platforms:Android,Linux.
Package does not support platform `Windows`.
Because:
package:t_pdf_reader/t_pdf_reader.dartthat imports:package:than_pdf_engine/core/pdf_thumbnail_generator.dartthat declares support for platforms:Android,Linux.
Package does not support platform `macOS`.
Because:
package:t_pdf_reader/t_pdf_reader.dartthat imports:package:than_pdf_engine/core/pdf_thumbnail_generator.dartthat declares support for platforms:Android,Linux.
Package does not support platform `Web`.
Because:
package:t_pdf_reader/t_pdf_reader.dartthat imports:package:than_pdf_engine/core/pdf_thumbnail_generator.dartthat declares support for platforms:Android,Linux.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
pdfium_dart |
^0.2.5 |
0.2.5 | 0.3.1 | |
than_pdf_engine |
^0.5.0 |
0.5.0 | 1.2.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.3.0 | 4.3.0 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
code_assets |
- | 1.0.0 | 2.1.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.2.0 | 2.2.0 | |
hooks |
- | 1.0.3 | 2.2.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
posix |
- | 6.5.2 | 6.5.2 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
record_use |
- | 0.6.0 | 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 | |
vector_math |
- | 2.4.3 | 2.4.3 | |
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.
The constraint `^0.2.5` on pdfium_dart does not support the stable version `0.3.0`, that was published 16 days ago.
When pdfium_dart is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions pdfium_dart to update the constraint.
The constraint `^0.5.0` on than_pdf_engine does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions than_pdf_engine to update the constraint.
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, Flutter 3.47.4, Dart 3.13.3.
Check the analysis log for details.