flutter_image_picker_pro 1.0.0
flutter_image_picker_pro: ^1.0.0 copied to clipboard
A versatile Flutter package for picking and handling images with compression, and adding timestamps
We analyzed this package 15 hours ago, and awarded it 140 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://gitlab.pitb.gov.pk/faraz.tariq/fluttermediapickerpro 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
13 out of 15 API elements (86.7 %) have documentation comments.
Some symbols that are missing documentation: flutter_image_picker_pro, flutter_image_picker_pro.FlutterImagePickerPro.FlutterImagePickerPro.new.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:flutter_image_picker_pro/flutter_image_picker_pro.dartthat imports:package:flutter_image_compress/flutter_image_compress.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:flutter_image_picker_pro/flutter_image_picker_pro.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 not compatible with platform Web
Because:
package:flutter_image_picker_pro/flutter_image_picker_pro.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/file_picker_io.dartthat imports:dart:io
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:flutter_image_picker_pro/flutter_image_picker_pro.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:flutter_image_picker_pro/flutter_image_picker_pro.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 `macOS`.
Because:
package:flutter_image_picker_pro/flutter_image_picker_pro.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
Package not compatible with runtime wasm
Because:
package:flutter_image_picker_pro/flutter_image_picker_pro.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/file_picker_io.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Type could be non-nullable.
lib/flutter_image_picker_pro.dart:244:28
╷
244 │ final List<XFile>? pickedFiles = await imagePicker.pickMultiImage(
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_image_picker_pro.dart
/tmp/pana_HPDGID/lib/flutter_image_picker_pro.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
file_picker |
^8.0.6 |
8.3.7 | 10.3.3 | |
flutter_image_compress |
^2.3.0 |
2.4.0 | 2.4.0 | |
flutter_riverpod |
^2.5.1 |
2.6.1 | 3.0.3 | |
image |
^4.2.0 |
4.5.4 | 4.5.4 | |
image_picker |
^1.1.2 |
1.2.0 | 1.2.0 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.0.1 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^8.0.6` on file_picker does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions file_picker to update the constraint.
The constraint `^2.5.1` on flutter_riverpod does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions flutter_riverpod to update the constraint.
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.1, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.