image_picker_totalxsoftware 1.0.2 image_picker_totalxsoftware: ^1.0.2 copied to clipboard
A Flutter package for picking, cropping, and uploading images to Firebase Storage with advanced features like multiple image selection and custom aspect ratio presets.
We analyzed this package 3 days ago, and awarded it 160 pub points (of a possible 160):
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: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
20 out of 23 API elements (87.0 %) have documentation comments.
Some symbols that are missing documentation: crop_aspect_ratio_preset
, map_aspect_ratio_preset
, omniware_payment_gateway_totalxsoftware
.
10/10 points: Package has an example and has no issues with screenshots
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_totalxsoftware/image_picker_totalxsoftware.dart
that imports:package:image_picker_totalxsoftware/service/map_aspect_ratio_preset.dart
that imports:package:image_cropper/image_cropper.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:image_picker_totalxsoftware/image_picker_totalxsoftware.dart
that imports:package:image_picker_totalxsoftware/service/map_aspect_ratio_preset.dart
that imports:package:image_cropper/image_cropper.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:image_picker_totalxsoftware/image_picker_totalxsoftware.dart
that imports:package:image_picker_totalxsoftware/service/map_aspect_ratio_preset.dart
that imports:package:image_cropper/image_cropper.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Web`.
Because:
package:image_picker_totalxsoftware/image_picker_totalxsoftware.dart
that imports:package:image_picker_totalxsoftware/service/map_aspect_ratio_preset.dart
that imports:package:hl_image_picker/hl_image_picker.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:image_picker_totalxsoftware/image_picker_totalxsoftware.dart
that imports:package:image_picker_totalxsoftware/service/map_aspect_ratio_preset.dart
that imports:package:image_cropper/image_cropper.dart
that imports:package:image_cropper/src/cropper.dart
that imports:package:image_cropper_platform_interface/image_cropper_platform_interface.dart
that imports:package:image_cropper_platform_interface/src/platform_interface/image_cropper_platform.dart
that imports:package:image_cropper_platform_interface/src/method_channel/method_channel_image_cropper.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
50/50 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 |
---|---|---|---|
firebase_storage |
^12.3.5 |
12.3.7 | 12.3.7 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_image_compress |
^2.3.0 |
2.3.0 | 2.3.0 |
hl_image_picker |
^1.2.16 |
1.2.16 | 1.2.16 |
image_cropper |
^8.0.2 |
8.1.0 | 8.1.0 |
image_picker |
^1.1.2 |
1.1.2 | 1.1.2 |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
Transitive dependencies
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.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.