e_livre 2.0.0 copy "e_livre: ^2.0.0" to clipboard
e_livre: ^2.0.0 copied to clipboard

Provides a simple way to extract information for ebook files such as epub 2.0 and epub 3.0

120/ 160
pub points
28
downloads

We analyzed this package 1 hour ago, and awarded it 120 pub points (of a possible 160):

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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
10 / 20trigger folding of the section

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

33 out of 151 API elements (21.9 %) have documentation comments.

Some symbols that are missing documentation: binary_file, book, book.EpubBook, book.EpubBook.EpubBook.new, book.EpubBook.content.

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 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:e_livre/e_livre.dart that imports:
  • package:e_livre/features/epub/entities/entities.dart that imports:
  • package:e_livre/features/epub/entities/book/book.dart that imports:
  • dart:io
Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

Failed report section
Support up-to-date dependencies
10 / 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.1.6 3.6.1 4.0.9
collection ^1.15.0 1.19.1 1.19.1
path ^1.8.1 1.9.1 1.9.1
xml ^6.0.1 6.6.1 6.6.1
Transitive dependencies
Package Constraint Compatible Latest Notes
crypto - 3.0.7 3.0.7
meta - 1.18.2 1.18.2
petitparser - 7.0.2 7.0.2
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.1.6` on archive does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions archive to update the constraint.

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 3 errors:

  • UNDEFINED_GETTER - lib/features/epub/entities/navigation/navigation.dart:19:25 - The getter 'value' isn't defined for the type 'XmlElement'.
  • UNDEFINED_GETTER - lib/features/epub/entities/navigation/navigation.dart:33:16 - The getter 'value' isn't defined for the type 'XmlElement'.
  • UNDEFINED_GETTER - lib/features/epub/entities/navigation/navigation.dart:49:20 - The getter 'value' isn't defined for the type 'XmlElement'.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.12, Dart 3.11.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
4
likes
120
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Provides a simple way to extract information for ebook files such as epub 2.0 and epub 3.0

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, collection, path, xml

More

Packages that depend on e_livre