image_picker 0.6.7+7
image_picker: ^0.6.7+7 copied to clipboard
Flutter plugin for selecting images from the Android and iOS image library, and taking new pictures with the camera.
3998
likes
100/ 130
pub points
100%
popularity
We analyzed this package 16 days ago, and awarded it 100 pub points (of a possible 130):
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
10/10 points: 20% or more of the public API has dartdoc comments
- 9 out of 11 API elements (81.8 %) have documentation comments.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:image_picker/image_picker.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:image_picker/image_picker.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:image_picker/image_picker.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:image_picker/image_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
- Could not run
flutter pub outdated
:dart pub get
failed:
OUT:
Resolving dependencies...
ERR:
Because image_picker depends on integration_test from path which doesn't exist (could not find package integration_test at "../../integration_test"), version solving failed.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Package does not opt in to null safety.
Package language version (indicated by the sdk constraint `>=2.1.0 <3.0.0`) is less than 2.12.
Consider migrating.
Analysed with Pana 0.21.12
, Flutter 3.0.1
, Dart 2.17.1
.