pdf_text_extraction 2.1.1
pdf_text_extraction: ^2.1.1 copied to clipboard
pdf_text_extraction
We analyzed this package 14 days ago, and awarded it 140 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
18 out of 46 API elements (39.1 %) have documentation comments.
Some symbols that are missing documentation: pdf_text_extraction, pdf_text_extraction.MissingLibraryException, pdf_text_extraction.MissingLibraryException.path, pdf_text_extraction.PDFTextExtractionBindings.extractText, pdf_text_extraction.PDFTextExtractionBindings.extractTextAsXML.
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
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:pdf_text_extraction/pdf_text_extraction.dartthat imports:package:pdf_text_extraction/src/pdf_to_text_wrapping.dartthat imports:package:ffi/ffi.dartthat imports:package:ffi/src/utf8.dartthat imports:dart:ffi
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Don't make a function 'async' if it doesn't use 'await'.
lib/src/utils/pdf_to_text_wrapping_service.dart:51:35
╷
51 │ return _mutex.runExclusive(() async {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/utils/pdf_to_text_wrapping_service.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
>=2.1.1 <4.0.0 |
2.1.4 | 2.1.4 | |
path |
>=1.9.0 <2.5.0 |
1.9.1 | 1.9.1 |
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.3, Dart 3.10.4.
Check the analysis log for details.