image_picker_web_redux 2.0.1
image_picker_web_redux: ^2.0.1 copied to clipboard
Flutter Web Plugin to pick Images (as Widget, File or Uint8List) and Videos (as File or Uint8List)
We analyzed this package 35 hours ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/TesteurManiak/image_picker_web_redux was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: GPL-3.0.
10/10 points: 20% or more of the public API has dartdoc comments
16 out of 21 API elements (76.2 %) have documentation comments.
Some symbols that are missing documentation: image_picker_web, image_picker_web.ImagePickerWeb, image_picker_web.ImagePickerWeb.ImagePickerWeb.new, image_picker_web.ImagePickerWeb.registerWith, image_picker_web.MediaInfo.MediaInfo.new.
10/10 points: Package has an example
10/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:image_picker_web_redux/image_picker_web_redux.dartthat declares support for platforms:Web.
Package does not support platform `iOS`.
Because:
package:image_picker_web_redux/image_picker_web_redux.dartthat declares support for platforms:Web.
Package does not support platform `Windows`.
Because:
package:image_picker_web_redux/image_picker_web_redux.dartthat declares support for platforms:Web.
Package does not support platform `Linux`.
Because:
package:image_picker_web_redux/image_picker_web_redux.dartthat declares support for platforms:Web.
Package does not support platform `macOS`.
Because:
package:image_picker_web_redux/image_picker_web_redux.dartthat declares support for platforms:Web.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:image_picker_web_redux/image_picker_web_redux.dartthat imports:package:image_picker_web_redux/src/web_image_picker.dartthat imports:dart:html
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
WARNING: Unnecessary type check; the result is always 'true'.
lib/image_picker_web_redux.dart:89:11
╷
89 │ if (!(outputType is ImageType)) {
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/image_picker_web_redux.dart
WARNING: Unnecessary type check; the result is always 'true'.
lib/image_picker_web_redux.dart:130:11
╷
130 │ if (!(outputType is ImageType)) {
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/image_picker_web_redux.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
vector_math |
- | 2.2.0 | 2.3.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.12, Flutter 3.41.6, Dart 3.11.4.
Check the analysis log for details.