picker_pro_max_ultra 2.0.10
picker_pro_max_ultra: ^2.0.10 copied to clipboard
Advanced media picker for Flutter with support for images, videos, camera capture, documents, and multi-selection.
We analyzed this package 38 hours ago, and awarded it 150 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/kasimVora/picker_pro_max_ultra.git
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
40 out of 49 API elements (81.6 %) have documentation comments.
Some symbols that are missing documentation: media_picker_widget
, picker_pro_max_ultra
, picker_pro_max_ultra.PickerProMaxUltra.PickerProMaxUltra.new
, picker_pro_max_ultra_method_channel
, picker_pro_max_ultra_method_channel.MethodChannelPickerProMaxUltra.MethodChannelPickerProMaxUltra.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
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:picker_pro_max_ultra/picker_pro_max_ultra.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:picker_pro_max_ultra/picker_pro_max_ultra.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:picker_pro_max_ultra/picker_pro_max_ultra.dart
that declares support for platforms:Android
,iOS
,Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Web`.
Because:
package:picker_pro_max_ultra/picker_pro_max_ultra.dart
that imports:package:picker_pro_max_ultra/picker_pro_max_ultra_platform_interface.dart
that imports:package:picker_pro_max_ultra/picker_pro_max_ultra_method_channel.dart
that imports:package:picker_pro_max_ultra/media_picker_widget.dart
that imports:package:picker_pro_max_ultra/src/media_sheet.dart
that imports:package:picker_pro_max_ultra/src/media_tile.dart
that imports:package:picker_pro_max_ultra/src/media_manager.dart
that imports:package:photo_manager/photo_manager.dart
that declares support for platforms:Android
,iOS
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:picker_pro_max_ultra/picker_pro_max_ultra.dart
that imports:package:picker_pro_max_ultra/picker_pro_max_ultra_platform_interface.dart
that imports:package:picker_pro_max_ultra/picker_pro_max_ultra_method_channel.dart
that imports:package:picker_pro_max_ultra/media_picker_widget.dart
that imports:package:picker_pro_max_ultra/platform_config.dart
that imports:package:picker_pro_max_ultra/stub_implementation.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.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/picker_pro_max_ultra/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.
lib/web_implementation.dart:2:1
╷
2 │ import 'dart:html' as html;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/web_implementation.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
camera |
^0.11.1 |
0.11.1 | 0.11.1 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
photo_manager |
^3.6.4 |
3.7.1 | 3.7.1 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
web |
^1.0.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
camera_android_camerax |
- | 0.6.19 | 0.6.19 | |
camera_avfoundation |
- | 0.9.20+1 | 0.9.20+1 | |
camera_platform_interface |
- | 2.10.0 | 2.10.0 | |
camera_web |
- | 0.3.5 | 0.3.5 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
ffi |
- | 2.1.4 | 2.1.4 | |
flutter_plugin_android_lifecycle |
- | 2.0.28 | 2.0.28 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_android |
- | 2.2.17 | 2.2.17 | |
path_provider_foundation |
- | 2.4.1 | 2.4.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
vector_math |
- | 2.1.4 | 2.2.0 | |
xdg_directories |
- | 1.1.0 | 1.1.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.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.