flutter_wordpress_content 1.0.24
flutter_wordpress_content: ^1.0.24 copied to clipboard
Flutter widget to help parse & render WordPress raw content with support for YouTube, SoundCloud and Issuu PDF embed widgets
We analyzed this package on Jan 26, 2021, and awarded it 70 pub points (of a possible 110):
0/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/muslimtv/flutter_wordpress_contents
was unreachable.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
- Found example at:
example/lib/main.dart
0/10 points: 20% or more of the public API has dartdoc comments
- 3 out of 124 API elements (2.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.
10/20 points: Supports 2 of 3 possible platforms (iOS, Android, Web)
Found 9 issues. Showing the first 2:
Consider supporting multiple platforms:
Package does not support Flutter platform Web
Because:
package:flutter_wordpress_content/wp_content.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:cached_network_image/src/image_provider/_image_provider_web.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/json_cache_info_repository.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms: Android, iOS, Windows, Linux, macOS
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
INFO: 'List' is deprecated and shouldn't be used.
lib/model/Paragraph.dart:101:18
╷
101 │ textSpans: List<TextSpan>(),
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/model/Paragraph.dart
INFO: 'List' is deprecated and shouldn't be used.
lib/model/Paragraph.dart:115:18
╷
115 │ textSpans: List<TextSpan>(),
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/model/Paragraph.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cached_network_image | ^2.0.0-rc | 2.5.0 | 2.5.0 |
html | ^0.14.0+3 | 0.14.0+4 | 0.14.0+4 |
html_unescape | ^1.0.1+3 | 1.0.2 | 1.0.2 |
url_launcher | ^5.1.4 | 5.7.10 | 5.7.10 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive | - | 2.0.13 | 2.0.13 |
args | - | 1.6.0 | 1.6.0 |
characters | - | 1.1.0-nullsafety.5 | 1.1.0-nullsafety.5 |
charcode | - | 1.1.3 | 1.2.0-nullsafety.3 |
clock | - | 1.0.1 | 1.1.0-nullsafety.3 |
collection | - | 1.15.0-nullsafety.5 | 1.15.0-nullsafety.5 |
convert | - | 2.1.1 | 2.1.1 |
crypto | - | 2.1.5 | 2.1.5 |
csslib | - | 0.16.2 | 0.16.2 |
ffi | - | 0.1.3 | 0.1.3 |
file | - | 5.2.1 | 5.2.1 |
flutter_blurhash | - | 0.5.0 | 0.5.0 |
flutter_cache_manager | - | 2.1.1 | 2.1.1 |
http | - | 0.12.2 | 0.12.2 |
http_parser | - | 3.1.4 | 3.1.4 |
image | - | 2.1.19 | 2.1.19 |
intl | - | 0.16.1 | 0.16.1 |
js | - | 0.6.3-nullsafety.3 | 0.6.3-nullsafety.3 |
meta | - | 1.3.0-nullsafety.6 | 1.3.0-nullsafety.6 |
octo_image | - | 0.3.0 | 0.3.0 |
path | - | 1.7.0 | 1.8.0-nullsafety.3 |
path_provider | - | 1.6.27 | 1.6.27 |
path_provider_linux | - | 0.0.1+2 | 0.0.1+2 |
path_provider_macos | - | 0.0.4+8 | 0.0.4+8 |
path_provider_platform_interface | - | 1.0.4 | 1.0.4 |
path_provider_windows | - | 0.0.4+3 | 0.0.4+3 |
pedantic | - | 1.9.2 | 1.9.2 |
petitparser | - | 3.1.0 | 3.1.0 |
platform | - | 2.2.1 | 2.2.1 |
plugin_platform_interface | - | 1.0.3 | 1.0.3 |
process | - | 3.0.13 | 3.0.13 |
rxdart | - | 0.25.0 | 0.25.0 |
source_span | - | 1.7.0 | 1.8.0-nullsafety.4 |
sqflite | - | 1.3.2+2 | 1.3.2+2 |
sqflite_common | - | 1.0.3+1 | 1.0.3+1 |
string_scanner | - | 1.0.5 | 1.1.0-nullsafety.3 |
synchronized | - | 2.2.0+2 | 2.2.0+2 |
term_glyph | - | 1.1.0 | 1.2.0-nullsafety.3 |
typed_data | - | 1.3.0-nullsafety.5 | 1.3.0-nullsafety.5 |
url_launcher_linux | - | 0.0.1+4 | 0.0.1+4 |
url_launcher_macos | - | 0.0.1+9 | 0.0.1+9 |
url_launcher_platform_interface | - | 1.0.9 | 1.0.9 |
url_launcher_web | - | 0.1.5+1 | 0.1.5+1 |
url_launcher_windows | - | 0.0.1+3 | 0.0.1+3 |
uuid | - | 2.2.2 | 2.2.2 |
vector_math | - | 2.1.0-nullsafety.5 | 2.1.0-nullsafety.5 |
win32 | - | 1.7.4 | 1.7.4 |
xdg_directories | - | 0.1.2 | 0.1.2 |
xml | - | 4.5.1 | 4.5.1 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.