file_picker_linux 1.0.2 copy "file_picker_linux: ^1.0.2" to clipboard
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.

80/ 160
pub points
236k
downloads

We analyzed this package 31 hours ago, and awarded it 80 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 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:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: file_picker_linux,
    • contains a version property, and,
    • does not contain a publish_to property.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
0
likes
80
points
236k
downloads

Documentation

API reference

Publisher

verified publishervictorcarreras.dev

Weekly Downloads

Linux implementation of the file_picker plugin using GTK3 and XDG Desktop Portals for native file and directory picking.

Topics

#file-picker #linux

License

MIT (license)

Dependencies

cross_file, dbus, file_picker_platform_interface, flutter, path

More

Packages that depend on file_picker_linux

Packages that implement file_picker_linux