remote_image_button 0.0.5
remote_image_button: ^0.0.5 copied to clipboard
Image button addon for remote ui package
0
likes
60
/ 110
pub points
23
%
popularity
We analyzed this package on Jan 25, 2021, and awarded it 60 pub points (of a possible 110):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
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
- 0 out of 5 API elements (0.0 %) 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.
20/20 points: Supports 3 of 3 possible platforms (iOS, Android, Web)
0/30 points: code has no errors, warnings, lints, or formatting issues
ERROR: The name 'platformViewRegistry' is being referenced through the prefix 'ui', but it isn't defined in any of the libraries imported using that prefix.
lib/src/widgets/image_svg_web.dart:34:10
╷
34 │ ui.platformViewRegistry.registerViewFactory('img-svg-$id', (int viewId) {
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/src/widgets/image_svg_web.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter_hooks | >=0.10.0 <1.0.0 | 0.15.0 | 0.15.0 |
flutter_svg | >=0.18.0 <1.0.0 | 0.19.2+1 | 0.19.2+1 |
remote_ui | >=0.0.9 <0.1.0 | 0.0.10 | 0.0.10 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.1.0-nullsafety.5 | 1.1.0-nullsafety.5 |
charcode | - | 1.1.3 | 1.2.0-nullsafety.3 |
collection | - | 1.15.0-nullsafety.5 | 1.15.0-nullsafety.5 |
convert | - | 2.1.1 | 2.1.1 |
meta | - | 1.3.0-nullsafety.6 | 1.3.0-nullsafety.6 |
path_drawing | - | 0.4.1+1 | 0.4.1+1 |
path_parsing | - | 0.1.4 | 0.1.4 |
petitparser | - | 3.1.0 | 3.1.0 |
typed_data | - | 1.3.0-nullsafety.5 | 1.3.0-nullsafety.5 |
vector_math | - | 2.1.0-nullsafety.5 | 2.1.0-nullsafety.5 |
xml | - | 4.5.1 | 4.5.1 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.