fast_file_picker 0.4.0
fast_file_picker: ^0.4.0 copied to clipboard
Fast file pickers for Flutter
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
10 out of 22 API elements (45.5 %) have documentation comments.
Some symbols that are missing documentation: fast_file_picker
, fast_file_picker.FastFilePicker
, fast_file_picker.FastFilePicker.FastFilePicker.new
, fast_file_picker.FastFilePickerPath.FastFilePickerPath.fromJson
, fast_file_picker.FastFilePickerPath.fromPath
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Web`.
Because:
package:fast_file_picker/fast_file_picker.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
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:fast_file_picker/fast_file_picker.dart
that imports:package:fast_file_picker/src/fast_file_picker_path_extension.dart
that imports:package:accessing_security_scoped_resource/accessing_security_scoped_resource.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `iOS`.
Because:
package:fast_file_picker/fast_file_picker.dart
that imports:package:fast_file_picker/src/fast_file_picker.dart
that imports:package:saf_util/saf_util.dart
that declares support for platforms:Android
.
Package does not support platform `Windows`.
Because:
package:fast_file_picker/fast_file_picker.dart
that imports:package:fast_file_picker/src/fast_file_picker_path_extension.dart
that imports:package:accessing_security_scoped_resource/accessing_security_scoped_resource.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:fast_file_picker/fast_file_picker.dart
that imports:package:fast_file_picker/src/fast_file_picker_path_extension.dart
that imports:package:accessing_security_scoped_resource/accessing_security_scoped_resource.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `macOS`.
Because:
package:fast_file_picker/fast_file_picker.dart
that imports:package:fast_file_picker/src/fast_file_picker.dart
that imports:package:saf_util/saf_util.dart
that declares support for platforms:Android
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:fast_file_picker/fast_file_picker.dart
that imports:package:fast_file_picker/src/fast_file_picker_path_extension.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 | Notes |
---|---|---|---|---|
accessing_security_scoped_resource |
^3.0.0 |
3.4.0 | 3.4.0 | |
file_selector |
^1.0.1 |
1.0.3 | 1.0.3 | |
ios_document_picker |
^0.4.0 |
0.4.0 | 0.4.0 | |
macos_file_picker |
^0.6.0 |
0.6.1 | 0.6.1 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
saf_util |
^0.7.0 |
0.7.0 | 0.7.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
file_selector_android |
- | 0.5.1+14 | 0.5.1+14 | |
file_selector_ios |
- | 0.5.3+1 | 0.5.3+1 | |
file_selector_linux |
- | 0.9.3+2 | 0.9.3+2 | |
file_selector_macos |
- | 0.9.4+2 | 0.9.4+2 | |
file_selector_platform_interface |
- | 2.6.2 | 2.6.2 | |
file_selector_web |
- | 0.9.4+2 | 0.9.4+2 | |
file_selector_windows |
- | 0.9.3+4 | 0.9.3+4 | |
http |
- | 1.3.0 | 1.3.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
web |
- | 1.1.1 | 1.1.1 |
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_NAMED_PARAMETER
-lib/src/fast_file_picker.dart:131:9
- The named parameter 'initialDirectory' isn't defined.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.