file_picker_fork 4.6.4 copy "file_picker_fork: ^4.6.4" to clipboard
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.

1
likes
140/ 160
pub points
57
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/xuqiqiang/flutter_file_picker_fork/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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

21 out of 37 API elements (56.8 %) have documentation comments.

Some symbols that are missing documentation: file_picker_fork, file_picker_fork.FilePicker.FilePicker.new, file_picker_fork.FilePicker.platform, file_picker_fork.FilePickerResult, file_picker_fork.FilePickerResult.FilePickerResult.new.

Passed check 10/10 points: Package has an example

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

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

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

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

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.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/file_picker_fork/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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 5 issues. Showing the first 2:

INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.

lib/_internal/file_picker_web.dart:2:1

2import 'dart:html';
  │ ^^^^^^^^^^^^^^^^^^^
  ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run flutter analyze lib/_internal/file_picker_web.dart

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

5import 'package:file_picker_fork/src/platform_file.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/file_picker_io.dart

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

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
ffi ^1.1.2 1.2.1 2.1.4
flutter flutter 0.0.0 0.0.0
flutter_plugin_android_lifecycle ^2.0.2 2.0.27 2.0.27
flutter_web_plugins flutter 0.0.0 0.0.0
path ^1.8.0 1.9.1 1.9.1
plugin_platform_interface ^2.0.0 2.1.8 2.1.8
win32 ^2.4.1 2.6.1 5.12.0
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
sky_engine - 0.0.0 0.0.0
vector_math - 2.1.4 2.1.4

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.

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.22.19, Flutter 3.29.1, Dart 3.7.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jun 11Jul 9Aug 6Sep 3Oct 1Oct 29Nov 26Dec 24Jan 21Feb 180510152025>=4.0.0-0 <5.0.0
1
likes
140
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.27 - 2025.03.11

A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extension filtering support.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, flutter_plugin_android_lifecycle, flutter_web_plugins, path, plugin_platform_interface, win32

More

Packages that depend on file_picker_fork