file_picker_fork 4.6.4
file_picker_fork: ^4.6.4 copied to clipboard
A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extension filtering support.
We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 140):
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
21 out of 39 API elements (53.8 %) have documentation comments.
Some symbols that are missing documentation: file_picker_fork
, FilePicker
, platform
, FilePickerResult
, FilePickerResult
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
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:file_picker_fork/_internal/file_picker_web.dart
that imports:package:file_picker_fork/file_picker.dart
that imports:package:file_picker_fork/src/file_picker.dart
that imports:package:file_picker_fork/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:file_picker_fork/_internal/file_picker_web.dart
that imports:package:file_picker_fork/file_picker.dart
that imports:package:file_picker_fork/src/file_picker.dart
that imports:package:file_picker_fork/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package not compatible with platform Windows
Because:
package:file_picker_fork/_internal/file_picker_web.dart
that imports:package:flutter_web_plugins/flutter_web_plugins.dart
that imports:package:flutter_web_plugins/src/plugin_registry.dart
that imports:dart:ui_web
Package does not support platform `Linux`.
Because:
package:file_picker_fork/_internal/file_picker_web.dart
that imports:package:file_picker_fork/file_picker.dart
that imports:package:file_picker_fork/src/file_picker.dart
that imports:package:file_picker_fork/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:file_picker_fork/_internal/file_picker_web.dart
that imports:package:file_picker_fork/file_picker.dart
that imports:package:file_picker_fork/src/file_picker.dart
that imports:package:file_picker_fork/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package not compatible with platform Web
Because:
package:file_picker_fork/_internal/file_picker_web.dart
that imports:package:file_picker_fork/file_picker.dart
that imports:package:file_picker_fork/src/file_picker.dart
that imports:package:file_picker_fork/src/linux/file_picker_linux.dart
that imports:package:file_picker_fork/src/utils.dart
that imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: The import of 'package:file_picker_fork/src/platform_file.dart' is unnecessary because all of the used elements are also provided by the import of 'package:file_picker_fork/file_picker.dart'.
lib/src/file_picker_io.dart:5:8
╷
5 │ import 'package:file_picker_fork/src/platform_file.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/file_picker_io.dart
INFO: 'describeEnum' is deprecated and shouldn't be used. Use the `name` getter on enums instead. This feature was deprecated after v3.10.0-1.1.pre.
lib/src/file_picker_io.dart:77:25
╷
77 │ final String type = describeEnum(fileType);
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/file_picker_io.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
ffi |
^1.1.2 |
1.2.1 | 2.1.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_plugin_android_lifecycle |
^2.0.2 |
2.0.17 | 2.0.17 |
flutter_web_plugins |
flutter |
0.0.0 | 0.0.0 |
path |
^1.8.0 |
1.8.3 | 1.8.3 |
plugin_platform_interface |
^2.0.0 |
2.1.7 | 2.1.7 |
win32 |
^2.4.1 |
2.6.1 | 5.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.3.0 |
collection |
- | 1.18.0 | 1.18.0 |
material_color_utilities |
- | 0.5.0 | 0.8.0 |
meta |
- | 1.10.0 | 1.11.0 |
sky_engine |
- | 0.0.99 | 0.0.99 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 0.3.0 | 0.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.1.2` on ffi does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions ffi
to update the constraint.
The constraint `^2.4.1` on win32 does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions win32
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analyzed with Pana 0.21.43
, Flutter 3.16.1
, Dart 3.2.1
.
Check the analysis log for details.