flutter_cached_pdfview 0.3.5
flutter_cached_pdfview: ^0.3.5 copied to clipboard
A package to show Native PDF View for iOS and Android, support Open from a different resource like Path, Asset or Url and Cache it.
107
likes
100
/ 110
pub points
94
%
popularity
We analyzed this package on Mar 2, 2021, and awarded it 100 pub points (of a possible 110):
10/10 points: Provide a valid pubspec.yaml
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
10/10 points: 20% or more of the public API has dartdoc comments
- 9 out of 26 API elements (34.6 %) have documentation comments.
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_cached_pdfview/flutter_cached_pdfview.dart
that imports:package:flutter_pdfview/flutter_pdfview.dart
that declares support for platforms: Android, iOS
30/30 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_cache_manager | ^2.1.1 | 2.1.1 | 2.1.1 |
flutter_pdfview | ^1.0.4 | 1.0.4 | 1.0.4 |
path | ^1.6.4 | 1.7.0 | 1.8.0 |
path_provider | ^1.6.27 | 1.6.27 | 2.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive | - | 2.0.13 | 3.1.2 |
args | - | 1.6.0 | 2.0.0 |
characters | - | 1.1.0-nullsafety.3 | 1.1.0 |
charcode | - | 1.1.3 | 1.2.0 |
clock | - | 1.0.1 | 1.1.0 |
collection | - | 1.15.0-nullsafety.3 | 1.15.0 |
convert | - | 2.1.1 | 3.0.0 |
crypto | - | 2.1.5 | 3.0.0 |
ffi | - | 0.1.3 | 1.0.0 |
file | - | 5.2.1 | 6.1.0 |
http | - | 0.12.2 | 0.13.0 |
http_parser | - | 3.1.4 | 4.0.0 |
image | - | 2.1.19 | 3.0.1 |
intl | - | 0.16.1 | 0.17.0 |
meta | - | 1.3.0-nullsafety.3 | 1.3.0 |
path_provider_linux | - | 0.0.1+2 | 2.0.0 |
path_provider_macos | - | 0.0.4+8 | 2.0.0 |
path_provider_platform_interface | - | 1.0.4 | 2.0.0 |
path_provider_windows | - | 0.0.4+3 | 2.0.0 |
pedantic | - | 1.9.2 | 1.10.0 |
petitparser | - | 3.1.0 | 4.0.2 |
platform | - | 2.2.1 | 3.0.0 |
plugin_platform_interface | - | 1.0.3 | 2.0.0 |
process | - | 3.0.13 | 4.1.0 |
rxdart | - | 0.25.0 | 0.26.0 |
sky_engine | - | 0.0.99 | 0.0.99 |
source_span | - | 1.7.0 | 1.8.1 |
sqflite | - | 1.3.2+3 | 2.0.0 |
sqflite_common | - | 1.0.3+1 | 2.0.0 |
string_scanner | - | 1.0.5 | 1.1.0 |
synchronized | - | 2.2.0+2 | 3.0.0 |
term_glyph | - | 1.1.0 | 1.2.0 |
typed_data | - | 1.3.0-nullsafety.3 | 1.3.0 |
uuid | - | 2.2.2 | 3.0.1 |
vector_math | - | 2.1.0-nullsafety.3 | 2.1.0 |
win32 | - | 1.7.4+1 | 2.0.0 |
xdg_directories | - | 0.1.2 | 0.2.0 |
xml | - | 4.5.1 | 5.0.2 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.6.27` on path_provider does not support the stable version `2.0.0`, that was published 7 days ago.
When path_provider is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions path_provider
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.1+1
,
Flutter 1.22.6
,
Dart 2.10.5
.