compdfkit_flutter 2.6.1
compdfkit_flutter: ^2.6.1 copied to clipboard
ComPDFKit for Flutter is a comprehensive SDK that allows you to quickly add PDF functionality to Android and iOS Flutter applications.
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting compdfkit_flutter... Discovering libraries... Linking elements... Precaching local docs for 647887 elements... ERR: dartdoc 9.0.1 (/home/worker/dartdoc/build/dartdoc) failed: In categories definition for annotations, "markdown" resolves to the missing file /tmp/pana_RFKALR/docs/dartdoc/annotations.md #0 CategoryConfiguration.fromYamlMap (package:dartdoc/src/dartdoc_options.dart:110) #1 _DartdocFileOption._valueAtFromFile (package:dartdoc/src/dartdoc_options.dart:865) #2 _DartdocFileOption._valueAtFromFilesFirstFound (package:dartdoc/src/dartdoc_options.dart:803) #3 _DartdocFileOption._valueAtFromFiles (package:dartdoc/src/dartdoc_options.dart:791) #4 _DartdocFileOption.valueAt (package:dartdoc/src/dartdoc_options.dart:777) #5 DartdocOptionContext.categories (package:dartdoc/src/dartdoc_options.dart:1167) #6 new Category (package:dartdoc/src/model/category.dart:64) #7 Package.initializeCategories (package:dartdoc/src/model/package.dart:275) #8 PackageGraph.initializeCategories (package:dartdoc/src/model/package_graph.dart:190) [8 more lines]
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:compdfkit_flutter/annotation/cpdf_annotation.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:compdfkit_flutter/annotation/cpdf_annotation.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:compdfkit_flutter/annotation/cpdf_annotation.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:compdfkit_flutter/annotation/cpdf_annotation.dartthat declares support for platforms:Android,iOS.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/compdfkit_flutter/Package.swift.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
INFO: Missing type annotation.
lib/document/cpdf_document.dart:52:7
╷
52 │ get isValid => _isValid;
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/document/cpdf_document.dart
INFO: Angle brackets will be interpreted as HTML.
lib/document/cpdf_font_name.dart:25:60
╷
25 │ /// Expected keys: `familyName` (String), `psNames` (List<String>), `styleNames` (List<String>)
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/document/cpdf_font_name.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.9, Flutter 3.38.9, Dart 3.10.8.
Check the analysis log for details.