file_picker_linux 1.0.2
file_picker_linux: ^1.0.2 copied to clipboard
Linux implementation of the file_picker plugin using GTK3 and XDG Desktop Portals for native file and directory picking.
We analyzed this package 31 hours ago, and awarded it 80 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
packages/file_picker_linux/pubspec.yaml from the repository URL mismatch: expected https://github.com/miguelpruivo/flutter_file_picker but got https://github.com/vicajilau/flutter_file_picker.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: file_picker_linux, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
28 out of 38 API elements (73.7 %) have documentation comments.
Some symbols that are missing documentation: file_picker_linux.FilePickerLinux.FilePickerLinux.new, file_picker_linux.FilePickerLinux.destination, file_picker_linux.FilePickerLinuxOptions.FilePickerLinuxOptions.new, file_picker_linux.Filter, file_picker_linux.Filter.Filter.new.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: Missing concrete implementation of 'PlatformFile.lengthSync'.
lib/src/linux_platform_file.dart:9:12
╷
9 │ base class LinuxPlatformFile extends PlatformFile {
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/linux_platform_file.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cross_file |
^0.3.5+4 |
0.3.5+5 | 0.3.5+5 | |
dbus |
^0.7.13 |
0.7.15 | 0.7.15 | |
file_picker_platform_interface |
^3.2.0 |
3.3.0 | 3.3.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 | |
xml |
- | 7.0.1 | 7.0.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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.