photo_picker 0.0.1
photo_picker: ^0.0.1 copied to clipboard
photo picker and camera for flutter.
0
likes
80
/ 110
pub points
12
%
popularity
We analyzed this package on Jan 21, 2021, and awarded it 80 pub points (of a possible 110):
0/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/ForkPanda/ImagePickerController
was unreachable.
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
10/10 points: 20% or more of the public API has dartdoc comments
- 2 out of 5 API elements (40.0 %) have documentation comments.
10/20 points: Supports 2 of 3 possible platforms (iOS, Android, Web)
Found 6 issues. Showing the first 2:
Consider supporting multiple platforms:
Package does not support Flutter platform Web
Because:
package:photo_picker/photo_picker.dart
that declares support for platforms: Android, iOS
30/30 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
path_provider | ^0.4.1 | 0.4.1 | 1.6.27 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.1.0-nullsafety.5 | 1.1.0-nullsafety.5 |
collection | - | 1.15.0-nullsafety.5 | 1.15.0-nullsafety.5 |
meta | - | 1.3.0-nullsafety.6 | 1.3.0-nullsafety.6 |
typed_data | - | 1.3.0-nullsafety.5 | 1.3.0-nullsafety.5 |
vector_math | - | 2.1.0-nullsafety.5 | 2.1.0-nullsafety.5 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.4.1` on path_provider does not support the latest published version `1.6.27`
pubspec.yaml:11:18
╷
11 │ path_provider: ^0.4.1
│ ^^^^^^
╵