epub3 0.2.2
epub3: ^0.2.2 copied to clipboard
Epub3 file Read and Write.
We analyzed this package 4 days ago, and awarded it 100 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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting epub3... Discovering libraries... Linking elements... Precaching local docs for 180606 elements... Initialized dartdoc with 643 libraries Generating docs for library epub3_io.dart from package:epub3/epub3_io.dart... Generating docs for library epub3.dart from package:epub3/epub3.dart... Documented 2 public libraries in 20.5 seconds ERR: warning: ambiguous reexport of model.Metadata, canonicalization candidates: (epub3, epub3) -> epub3 (confidence 0.000) from model.Metadata: (file:///tmp/pana_SBTWPQ/lib/src/model.dart:14:7) epub3: 2.211 - (_Reason.samePackage (+1.000), _Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.2000), _Reason.locationPartStart (+0.001000)) epub3: 2.211 - (_Reason.samePackage (+1.000), _Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.2000), _Reason.locationPartStart (+0.001000)) Use {@canonicalFor model.Metadata} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [96 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 11 issues. Showing the first 2:
WARNING: 'xpath' is experimental and could be removed or changed at any time.
lib/src/reader.dart:316:27
╷
316 │ final elements = node.xpath(xpath);
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/reader.dart
INFO: Missing a corresponding override of 'hashCode'.
lib/src/model.dart:84:17
╷
84 │ bool operator ==(Object other) =>
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/model.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
^3.2.2 |
3.6.1 | 4.0.9 | |
collection |
^1.16.0 |
1.19.1 | 1.19.1 | |
fpdart |
^0.0.14 |
0.0.14 | 1.2.0 | |
image |
^3.1.3 |
3.3.0 | 4.8.0 | |
path |
^1.8.1 |
1.9.1 | 1.9.1 | |
quiver |
^3.0.1 |
3.2.2 | 3.2.2 | |
uuid |
^3.0.6 |
3.0.7 | 4.5.3 | |
xml |
^6.3.0 |
6.6.1 | 6.6.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
matcher |
- | 0.12.19 | 0.12.19 | |
meta |
- | 1.18.1 | 1.18.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
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.10 | 0.7.10 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^3.2.2` 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 `^0.0.14` on fpdart does not support the stable version `0.1.0`.
Try running dart pub upgrade --major-versions fpdart 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.10, Dart 3.11.1.
Check the analysis log for details.