nexever_file_picker_plus 0.0.1  nexever_file_picker_plus: ^0.0.1 copied to clipboard
nexever_file_picker_plus: ^0.0.1 copied to clipboard
A Flutter package for picking files, images, and videos with options for cropping and compression.
We analyzed this package 33 hours ago, and awarded it 130 pub points (of a possible 160):
 10/10 points: Provide a valid
 10/10 points: Provide a valid pubspec.yaml
 5/5 points: Provide a valid
 5/5 points: Provide a valid README.md
 5/5 points: Provide a valid
 5/5 points: Provide a valid CHANGELOG.md
 10/10 points: Use an OSI-approved license
 10/10 points: Use an OSI-approved license
Detected license: MIT.
 10/10 points: 20% or more of the public API has dartdoc comments
 10/10 points: 20% or more of the public API has dartdoc comments
28 out of 38 API elements (73.7 %) have documentation comments.
Some symbols that are missing documentation: app_logs, app_logs.AppLogs.AppLogs.new, nex_file_picker, nex_file_picker.FilePickerHelper.callback, nex_file_picker.FilePickerHelper.cropAspectRatioPreset.
 10/10 points: Package has an example
 10/10 points: Package has an example
 20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
 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:nexever_file_picker_plus/functions/nex_file_picker.dartthat imports:
- package:image_cropper/image_cropper.dartthat declares support for platforms:- Android,- iOS,- Web.
Package does not support platform `Linux`.
Because:
- package:nexever_file_picker_plus/functions/nex_file_picker.dartthat imports:
- package:permission_handler/permission_handler.dartthat declares support for platforms:- Android,- iOS,- Windows,- Web.
Package does not support platform `macOS`.
Because:
- package:nexever_file_picker_plus/functions/nex_file_picker.dartthat imports:
- package:permission_handler/permission_handler.dartthat declares support for platforms:- Android,- iOS,- Windows,- Web.
Package does not support platform `Web`.
Because:
- package:nexever_file_picker_plus/functions/nex_file_picker.dartthat imports:
- package:file_picker/file_picker.dartthat imports:
- package:file_picker/src/linux/file_picker_linux.dartthat imports:
- package:dbus/dbus.dartthat declares support for platforms:- Windows,- Linux.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
- package:nexever_file_picker_plus/functions/nex_file_picker.dartthat imports:
- package:file_picker/file_picker.dartthat imports:
- package:file_picker/src/windows/file_picker_windows.dartthat imports:
- package:win32/win32.dartthat declares support for platforms:- Windows.
Package does not support platform `iOS`.
Because:
- package:nexever_file_picker_plus/functions/nex_file_picker.dartthat imports:
- package:file_picker/file_picker.dartthat imports:
- package:file_picker/src/windows/file_picker_windows.dartthat imports:
- package:win32/win32.dartthat declares support for platforms:- Windows.
 0/0 points: WASM compatibility
 0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
- package:nexever_file_picker_plus/functions/nex_file_picker.dartthat imports:
- package:image_cropper/image_cropper.dartthat imports:
- package:image_cropper/src/cropper.dartthat imports:
- package:image_cropper_platform_interface/image_cropper_platform_interface.dartthat imports:
- package:image_cropper_platform_interface/src/platform_interface/image_cropper_platform.dartthat imports:
- package:image_cropper_platform_interface/src/method_channel/method_channel_image_cropper.dartthat 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.cn/web/wasm for details.
 30/50 points: code has no errors, warnings, lints, or formatting issues
 30/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
WARNING: The operand can't be 'null', so the condition is always 'true'.
lib/functions/nex_file_picker.dart:326:19
    ╷
326 │     if (imageFile != null) {
    │                   ^^^^^^^
    ╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/functions/nex_file_picker.dart
WARNING: The left operand can't be null, so the right operand is never executed.
lib/functions/nex_file_picker.dart:327:52
    ╷
327 │       File compressedFile = File(imageFile.path ?? "");
    │                                                    ^^
    ╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/functions/nex_file_picker.dart
 0/10 points: All of the package dependencies are supported in the latest version
 0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes | 
|---|---|---|---|---|
| file_picker | ^10.3.1 | 10.3.3 | 10.3.3 | |
| flutter_image_compress | ^2.4.0 | 2.4.0 | 2.4.0 | |
| image_cropper | ^9.1.0 | 9.1.0 | 11.0.0 | |
| image_picker | ^1.1.2 | 1.2.0 | 1.2.0 | |
| permission_handler | ^12.0.1 | 12.0.1 | 12.0.1 | 
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^9.1.0` on image_cropper does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions image_cropper to update the constraint.
 10/10 points: Package supports latest stable Dart and Flutter SDKs
 10/10 points: Package supports latest stable Dart and Flutter SDKs
 20/20 points: Compatible with dependency constraint lower bounds
 20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.