epubease 1.0.4 
epubease: ^1.0.4 copied to clipboard
EpubEase is a Flutter package that allows users to open and read EPUB files easily.
We analyzed this package 6 days ago, and awarded it 115 pub points (of a possible 160):
 10/10 points: Provide a valid pubspec.yaml
 5/5 points: Provide a valid README.md
 0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.0.4").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
 10/10 points: Use an OSI-approved license
Detected license: MIT.
 0/10 points: 20% or more of the public API has dartdoc comments
4 out of 55 API elements (7.3 %) 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: epubease, epubease.Epubease.Epubease.new, epubease.Epubease.navigatorKey, epubease.Epubease.open, epubease.Epubease.openAsset.
 0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
 20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- 
✓ Android
 - 
✓ iOS
 - 
✓ Windows
 - 
✓ macOS
 
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:epubease/epubease.dartthat imports:package:epubease/src/Pages/epub_display.dartthat imports:package:screen_brightness/screen_brightness.dartthat declares support for platforms:Android,iOS,Windows,macOS.
Package does not support platform `Web`.
Because:
package:epubease/epubease.dartthat imports:package:epubease/src/Pages/epub_display.dartthat imports:package:screen_brightness/screen_brightness.dartthat declares support for platforms:Android,iOS,Windows,macOS.
 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.
 40/50 points: code has no errors, warnings, lints, or formatting issues
Found 11 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/Pages/epub_display.dart:82:3
   ╷
82 │   getTitleFromXhtml(String xhtml) {
   │   ^^^^^^^^^^^^^^^^^
   ╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/Pages/epub_display.dart
INFO: Missing type annotation.
lib/src/Pages/epub_display.dart:103:3
    ╷
103 │   showchapter() async {
    │   ^^^^^^^^^^^
    ╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/Pages/epub_display.dart
 0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes | 
|---|---|---|---|---|
epubx | 
^3.0.0 | 
3.0.0 | 4.0.0 | |
flutter_widget_from_html_core | 
^0.10.1 | 
0.10.6 | 0.17.0 | |
google_fonts | 
^5.1.0 | 
5.1.0 | 6.3.2 | |
http | 
^1.0.0 | 
1.5.0 | 1.5.0 | |
screen_brightness | 
^0.2.2 | 
0.2.2+1 | 2.1.7 | 
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes | 
|---|---|---|---|---|
archive | 
- | 3.6.1 | 4.0.7 | |
async | 
- | 2.13.0 | 2.13.0 | |
boolean_selector | 
- | 2.1.2 | 2.1.2 | |
characters | 
- | 1.4.0 | 1.4.1 | |
collection | 
- | 1.19.1 | 1.19.1 | |
crypto | 
- | 3.0.6 | 3.0.6 | |
csslib | 
- | 1.0.2 | 1.0.2 | |
ffi | 
- | 2.1.4 | 2.1.4 | |
html | 
- | 0.15.6 | 0.15.6 | |
http_parser | 
- | 4.1.2 | 4.1.2 | |
image | 
- | 3.1.3 | 4.5.4 | |
matcher | 
- | 0.12.17 | 0.12.17 | |
material_color_utilities | 
- | 0.11.1 | 0.13.0 | |
meta | 
- | 1.16.0 | 1.17.0 | |
path | 
- | 1.9.1 | 1.9.1 | |
path_provider | 
- | 2.1.5 | 2.1.5 | |
path_provider_android | 
- | 2.2.20 | 2.2.20 | |
path_provider_foundation | 
- | 2.4.3 | 2.4.3 | |
path_provider_linux | 
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface | 
- | 2.1.2 | 2.1.2 | |
path_provider_windows | 
- | 2.3.0 | 2.3.0 | |
petitparser | 
- | 5.4.0 | 7.0.1 | |
platform | 
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface | 
- | 2.1.8 | 2.1.8 | |
quiver | 
- | 3.2.2 | 3.2.2 | |
screen_brightness_android | 
- | 0.1.0+2 | 2.1.3 | |
screen_brightness_ios | 
- | 0.1.0 | 2.1.2 | |
screen_brightness_macos | 
- | 0.1.0+1 | 2.1.1 | |
screen_brightness_platform_interface | 
- | 0.1.0 | 2.1.0 | |
screen_brightness_windows | 
- | 0.1.3 | 2.1.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 | |
vector_math | 
- | 2.2.0 | 2.2.0 | |
web | 
- | 1.1.1 | 1.1.1 | |
xdg_directories | 
- | 1.1.0 | 1.1.0 | |
xml | 
- | 5.4.1 | 6.6.1 | 
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.0.0` on epubx does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions epubx to update the constraint.
The constraint `^0.10.1` on flutter_widget_from_html_core does not support the stable version `0.14.2`.
Try running dart pub upgrade --major-versions flutter_widget_from_html_core 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.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.