native_pdf_view 4.2.0
native_pdf_view: ^4.2.0 copied to clipboard
Flutter plugin to render PDF files on Web, MacOS, Windows, Android and iOS.
We analyzed this package 32 hours ago, and awarded it 70 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: native_pdf_view
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: native_pdf_view
.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/rbcprolabs/packages.flutter/tree/master/packages/native_pdf_view
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
.
10/10 points: 20% or more of the public API has dartdoc comments
187 out of 230 API elements (81.3 %) have documentation comments.
Some symbols that are missing documentation: native_pdf_view
, native_pdf_view.PDFViewPageBuilder
, native_pdf_view.PDFViewPageRenderer
, native_pdf_view.PdfController.dispose
, native_pdf_view.PdfDocumentAlreadyClosedException
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:native_pdf_view/native_pdf_view.dart
that imports:package:native_pdf_view/src/native_pdf_view.dart
that imports:package:native_pdf_renderer/native_pdf_renderer.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Windows`.
Because:
package:native_pdf_view/native_pdf_view.dart
that imports:package:native_pdf_view/src/native_pdf_view.dart
that imports:package:native_pdf_renderer/native_pdf_renderer.dart
that imports:package:native_pdf_renderer/src/has_support/main.dart
that imports:package:native_pdf_renderer/src/has_support/io.dart
that imports:package:device_info/device_info.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:native_pdf_view/native_pdf_view.dart
that imports:package:native_pdf_view/src/native_pdf_view.dart
that imports:package:native_pdf_renderer/native_pdf_renderer.dart
that imports:package:native_pdf_renderer/src/has_support/main.dart
that imports:package:native_pdf_renderer/src/has_support/io.dart
that imports:package:device_info/device_info.dart
that declares support for platforms:Android
,iOS
.
Package not compatible with platform Web
Because:
package:native_pdf_view/native_pdf_view.dart
that imports:package:native_pdf_view/src/native_pdf_view.dart
that imports:package:native_pdf_renderer/native_pdf_renderer.dart
that imports:package:native_pdf_renderer/src/page.dart
that imports:dart:io
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
ERROR: Undefined class 'DecoderCallback'.
lib/src/pdf_page_image_provider.dart:22:55
╷
22 │ ImageStreamCompleter load(PdfPageImageProvider key, DecoderCallback decode) =>
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/pdf_page_image_provider.dart
ERROR: Undefined class 'DecoderCallback'.
lib/src/pdf_page_image_provider.dart:36:33
╷
36 │ PdfPageImageProvider key, DecoderCallback decode) async {
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/pdf_page_image_provider.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
native_pdf_renderer |
^3.1.0 |
3.1.0 | 5.0.0+1 |
photo_view |
^0.12.0 |
0.12.0 | 0.15.0 |
synchronized |
^3.0.0 |
3.3.0+3 | 3.3.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive |
- | 3.6.1 | 4.0.2 |
characters |
- | 1.3.0 | 1.4.0 |
collection |
- | 1.19.0 | 1.19.1 |
crypto |
- | 3.0.6 | 3.0.6 |
device_info |
- | 2.0.3 | 2.0.3 |
device_info_platform_interface |
- | 2.0.1 | 2.0.1 |
extension |
- | 0.2.0 | 0.6.0 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
image |
- | 3.3.0 | 4.5.2 |
js |
- | 0.6.7 | 0.7.2 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
petitparser |
- | 6.0.2 | 6.1.0 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
sky_engine |
- | 0.0.0 | 0.0.0 |
typed_data |
- | 1.4.0 | 1.4.0 |
uuid |
- | 3.0.7 | 4.5.1 |
vector_math |
- | 2.1.4 | 2.1.4 |
xml |
- | 6.5.0 | 6.5.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^3.1.0` on native_pdf_renderer does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions native_pdf_renderer
to update the constraint.
The constraint `^0.12.0` on photo_view does not support the stable version `0.13.0`.
Try running dart pub upgrade --major-versions photo_view
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 3 errors:
UNDEFINED_CLASS
-lib/src/pdf_page_image_provider.dart:22:55
- Undefined class 'DecoderCallback'.UNDEFINED_CLASS
-lib/src/pdf_page_image_provider.dart:36:33
- Undefined class 'DecoderCallback'.UNDEFINED_METHOD
-lib/src/pdf_page_image_provider.dart:65:23
- The method 'hashValues' isn't defined for the type 'PdfPageImageProvider'.
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.22.18
, Flutter 3.27.4
, Dart 3.6.2
.
Check the analysis log for details.