epub_view_fable 1.3.9
epub_view_fable: ^1.3.9 copied to clipboard
Flutter widget for view EPUB documents on on Web, MacOs, Android and iOS. Based on dart-epub package.
We analyzed this package 2 days ago, and awarded it 95 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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.3.9").
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
47 out of 352 API elements (13.4 %) 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: BooksRow, BooksRow.BooksRow, BooksRow.BooksRow.BooksRow.fromMap, BooksRow.BooksRow.BooksRow.new, BooksRow.BooksRow.author.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:epub_view_fable/epub_view_fable.dartthat imports:package:epub_view_fable/src/ui/coin_row.dartthat imports:package:purchases_flutter/purchases_flutter.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:epub_view_fable/epub_view_fable.dartthat imports:package:epub_view_fable/src/ui/coin_row.dartthat imports:package:purchases_flutter/purchases_flutter.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Web`.
Because:
package:epub_view_fable/epub_view_fable.dartthat imports:package:epub_view_fable/src/ui/coin_row.dartthat imports:package:purchases_flutter/purchases_flutter.dartthat declares support for platforms:Android,iOS,macOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:epub_view_fable/epub_view_fable.dartthat imports:package:epub_view_fable/src/ui/table_of_contents.dartthat imports:package:epub_view_fable/src/ui/epub_view.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:epub_view_fable/epub_view_fable.dartthat imports:package:epub_view_fable/src/ui/table_of_contents.dartthat imports:package:epub_view_fable/src/ui/epub_view.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:epub_view_fable/epub_view_fable.dartthat imports:package:epub_view_fable/src/ui/table_of_contents.dartthat imports:package:epub_view_fable/src/ui/epub_view.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 29 issues. Showing the first 2:
WARNING: The value of the local variable 'html' isn't used.
lib/src/data/epub_parser.dart:41:9
╷
41 │ final html = chapter.HtmlContent!.replaceAllMapped(
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/data/epub_parser.dart
WARNING: The value of the local variable 'matches' isn't used.
lib/src/data/epub_parser.dart:50:9
╷
50 │ final matches = regExp.firstMatch(htmlContent)!;
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/data/epub_parser.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
debounce_throttle |
^2.0.0 |
2.0.0 | 2.0.0 | |
epubx_fable |
^4.0.1 |
4.0.1 | 4.0.1 | |
equatable |
^2.0.5 |
2.0.8 | 2.0.8 | |
flutter_html |
^3.0.0-beta.2 |
3.0.0 | 3.0.0 | |
html |
^0.15.4 |
0.15.6 | 0.15.6 | |
image |
^4.0.17 |
4.3.0 | 4.7.2 | |
internet_file |
^1.2.0 |
1.3.0 | 1.3.0 | |
purchases_flutter |
^6.0.0 |
6.30.2 | 9.10.4 | |
scrollable_positioned_list |
^0.3.8 |
0.3.8 | 0.3.8 | |
share_plus |
^9.0.0 |
9.0.0 | 12.0.1 | |
shared_preferences |
^2.2.2 |
2.5.4 | 2.5.4 | |
supabase_flutter |
>=1.10.24 <=2.5.5 |
2.5.5 | 2.12.0 | |
universal_file |
^1.0.0 |
1.0.0 | 1.0.0 | Discontinued |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_links |
- | 6.4.1 | 7.0.0 | |
app_links_linux |
- | 1.0.3 | 1.0.3 | |
app_links_platform_interface |
- | 2.0.2 | 2.0.2 | |
app_links_web |
- | 1.0.4 | 1.0.4 | |
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 | |
cross_file |
- | 0.3.5+1 | 0.3.5+1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
ffi |
- | 2.1.5 | 2.1.5 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
freezed_annotation |
- | 2.4.4 | 3.1.0 | |
functions_client |
- | 2.2.0 | 2.5.0 | |
gotrue |
- | 2.8.0 | 2.18.0 | |
gtk |
- | 2.1.0 | 2.1.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
jwt_decode |
- | 0.3.1 | 0.3.1 | |
list_counter |
- | 1.0.2 | 1.0.2 | |
matcher |
- | 0.12.18 | 0.12.18 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 1.0.6 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.5.1 | 2.5.1 | |
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 |
- | 7.0.1 | 7.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
postgrest |
- | 2.1.2 | 2.6.0 | |
quiver |
- | 3.2.2 | 3.2.2 | |
realtime_client |
- | 2.1.0 | 2.7.0 | |
retry |
- | 3.1.2 | 3.1.2 | |
rxdart |
- | 0.27.7 | 0.28.0 | |
share_plus_platform_interface |
- | 4.0.0 | 6.1.0 | |
shared_preferences_android |
- | 2.4.18 | 2.4.18 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
simple_observable |
- | 2.0.0 | 2.0.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
storage_client |
- | 2.0.2 | 2.4.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
supabase |
- | 2.2.1 | 2.10.2 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.9 | 0.7.9 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher |
- | 6.3.2 | 6.3.2 | |
url_launcher_android |
- | 6.3.28 | 6.3.28 | |
url_launcher_ios |
- | 6.3.6 | 6.3.6 | |
url_launcher_linux |
- | 3.2.2 | 3.2.2 | |
url_launcher_macos |
- | 3.2.5 | 3.2.5 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
uuid |
- | 4.5.2 | 4.5.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 0.5.1 | 1.1.1 | |
web_socket_channel |
- | 2.4.5 | 3.0.3 | |
win32 |
- | 5.15.0 | 5.15.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 | |
yet_another_json_isolate |
- | 2.0.0 | 2.1.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 `^6.0.0` on purchases_flutter does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions purchases_flutter to update the constraint.
The constraint `^9.0.0` on share_plus does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions share_plus 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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.