epub_pro 5.6.0
epub_pro: ^5.6.0 copied to clipboard
EPUB Parser for Dart. Suitable for use on the Server, the Web, or in Flutter
We analyzed this package 3 days ago, and awarded it 150 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
10/10 points: Use an OSI-approved license
Detected licenses: BSD-3-Clause, MIT.
10/10 points: 20% or more of the public API has dartdoc comments
433 out of 707 API elements (61.2 %) have documentation comments.
Some symbols that are missing documentation: epub_pro, epub_pro.Annotation.Annotation.new, epub_pro.Annotation.bookId, epub_pro.Annotation.cfi, epub_pro.Annotation.createdAt.
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:epub_pro/epub_pro.dartthat imports:package:epub_pro/src/cfi/epub/split_aware_cfi_manager.dartthat imports:package:epub_pro/src/cfi/epub/epub_cfi_manager.dartthat imports:package:epub_pro/src/ref_entities/epub_chapter_ref.dartthat imports:package:epub_pro/src/ref_entities/epub_text_content_file_ref.dartthat imports:package:epub_pro/src/ref_entities/epub_content_file_ref.dartthat imports:package:epub_pro/src/zip/lazy_archive_file.dartthat imports:package:epub_pro/src/zip/zip_entry.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Parameter 'xmlElement' could be a super parameter.
lib/src/cfi/dom/dom_abstraction.dart:476:17
╷
476 │ XMLDOMElement._(XmlElement xmlElement) : super._(xmlElement);
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/cfi/dom/dom_abstraction.dart
INFO: Parameter 'xmlText' could be a super parameter.
lib/src/cfi/dom/dom_abstraction.dart:580:14
╷
580 │ XMLDOMText._(XmlText xmlText) : super._(xmlText);
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/cfi/dom/dom_abstraction.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
^4.0.7 |
4.0.7 | 4.0.7 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
image |
^4.1.7 |
4.7.2 | 4.7.2 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
word_count |
^1.0.4 |
1.0.4 | 1.0.4 | |
xml |
^6.5.0 |
6.6.1 | 6.6.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.1.4 | 2.1.4 | |
meta |
- | 1.17.0 | 1.17.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
posix |
- | 6.0.3 | 6.0.3 | |
typed_data |
- | 1.4.0 | 1.4.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.3, Dart 3.10.4.
Check the analysis log for details.