epub_immutable 3.0.0
epub_immutable: ^3.0.0 copied to clipboard
Epub Parser for Dart. Suitable for use on the Server, the Web, or in Flutter
We analyzed this package 2 days ago, and awarded it 105 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:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: epub_immutable, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Repository has no matching pubspec.yaml with name: epub_immutable.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
Links in `CHANGELOG.md` should be secure. 2 links are insecure.
CHANGELOG.md:3:27
╷
3 │ <p>The format is based on <a href="http://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
88 out of 488 API elements (18.0 %) 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: epub, epub.$EpubContentFileRefType, epub.$EpubContentFileType, epub.ConstEpubBookRefData, epub.ConstEpubBookRefData.ConstEpubBookRefData.named.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 219 issues. Showing the first 2:
WARNING: Unused import: '../entities.dart'.
lib/src/readers/book_cover_reader.dart:7:8
╷
7 │ import '../entities.dart';
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/readers/book_cover_reader.dart
WARNING: Unused import: 'dart:async'.
lib/src/readers/package_reader.dart:1:8
╷
1 │ import 'dart:async';
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/readers/package_reader.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
^3.3.1 |
3.6.1 | 4.0.7 | |
async |
^2.9.0 |
2.13.0 | 2.13.0 | |
collection |
^1.15.0-nullsafety.4 |
1.19.1 | 1.19.1 | |
image |
^3.2.0 |
3.3.0 | 4.5.4 | |
kalil_adt_annotation |
^3.0.10 |
3.1.0 | 3.1.0 | |
quiver |
^3.1.0 |
3.2.2 | 3.2.2 | |
xml |
^6.1.0 |
6.6.1 | 6.6.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
adt_annotation_base |
- | 3.1.0 | 3.1.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
kalil_utils |
- | 3.0.4 | 3.0.4 | |
matcher |
- | 0.12.17 | 0.12.17 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.7 | 0.7.7 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.3.1` on archive does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions archive to update the constraint.
The constraint `^3.2.0` on image does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions image 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.1, Dart 3.9.4.
Check the analysis log for details.