这是indexloc提供的服务,不要输入任何密码

epub3 0.2.2 copy "epub3: ^0.2.2" to clipboard
epub3: ^0.2.2 copied to clipboard

Epub3 file Read and Write.

3
likes
110/ 160
pub points
54
downloads

We analyzed this package 3 days ago, and awarded it 110 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Failed check 0/10 points: 20% or more of the public API has dartdoc comments

OUT: Documenting epub3... Discovering libraries... Linking elements... Precaching local docs for 187471 elements... Initialized dartdoc with 645 libraries Generating docs for library epub3.dart from package:epub3/epub3.dart... Generating docs for library epub3_io.dart from package:epub3/epub3_io.dart... Documented 2 public libraries in 30.0 seconds ERR: warning: ambiguous reexport of model.Metadata, canonicalization candidates: (epub3, epub3) -> epub3 (confidence 0.000) from model.Metadata: (file:///tmp/pana_XBMJKL/lib/src/model.dart:14:7) epub3: 1.211 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.2000), _Reason.locationPartStart (+0.001000)) epub3: 1.211 - (_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]

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 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.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 10 issues. Showing the first 2:

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

INFO: Missing a corresponding override of 'hashCode'.

lib/src/model.dart:98:17

   ╷
98 │   bool operator ==(Object other) =>
   │                 ^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/model.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.7
collection ^1.16.0 1.19.1 1.19.1
fpdart ^0.0.14 0.0.14 1.1.1
image ^3.1.3 3.3.0 4.5.4
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.1
xml ^6.3.0 6.6.0 6.6.0
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.6 3.0.6
matcher - 0.12.17 0.12.17
meta - 1.17.0 1.17.0
petitparser - 7.0.0 7.0.0
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.

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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.21, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
3
likes
110
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

Epub3 file Read and Write.

Repository (GitHub)

Topics

#epub #book

Documentation

API reference

License

MIT (license)

Dependencies

archive, collection, fpdart, image, path, quiver, uuid, xml

More

Packages that depend on epub3