path_provider_ffi 2.1.5-dev2 copy "path_provider_ffi: ^2.1.5-dev2" to clipboard
path_provider_ffi: ^2.1.5-dev2 copied to clipboard

A Flutter plugin for getting common filesystem paths synchronously using FFI

120/ 160
pub points
9
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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: BSD-3-Clause.

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

26 out of 28 API elements (92.9 %) have documentation comments.

Some symbols that are missing documentation: path_provider_ffi, path_provider_ffi.PathProvider.instance.

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)

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:path_provider_ffi/path_provider_ffi.dart that imports:
  • package:path_provider_ffi/src/provider.dart that imports:
  • package:path_provider_ffi/src/platforms/linux/path_provider_linux.dart that imports:
  • package:xdg_directories/xdg_directories.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:path_provider_ffi/path_provider_ffi.dart that imports:
  • package:path_provider_ffi/src/provider.dart that imports:
  • package:path_provider_ffi/src/platforms/linux/path_provider_linux.dart that imports:
  • package:xdg_directories/xdg_directories.dart that declares support for platforms: Linux.
Package does not support platform `Windows`.

Because:

  • package:path_provider_ffi/path_provider_ffi.dart that imports:
  • package:path_provider_ffi/src/provider.dart that imports:
  • package:path_provider_ffi/src/platforms/linux/path_provider_linux.dart that imports:
  • package:xdg_directories/xdg_directories.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:path_provider_ffi/path_provider_ffi.dart that imports:
  • package:path_provider_ffi/src/provider.dart that imports:
  • package:path_provider_ffi/src/platforms/foundation/path_provider_foundation.dart that imports:
  • package:path_provider_ffi/src/platforms/foundation/bindings.dart that imports:
  • package:objective_c/objective_c.dart that declares support for platforms: iOS, macOS.
Package does not support platform `macOS`.

Because:

  • package:path_provider_ffi/path_provider_ffi.dart that imports:
  • package:path_provider_ffi/src/provider.dart that imports:
  • package:path_provider_ffi/src/platforms/linux/path_provider_linux.dart that imports:
  • package:xdg_directories/xdg_directories.dart that declares support for platforms: Linux.
Package does not support platform `Web`.

Because:

  • package:path_provider_ffi/path_provider_ffi.dart that imports:
  • package:path_provider_ffi/src/provider.dart that imports:
  • package:path_provider_ffi/src/platforms/linux/path_provider_linux.dart that imports:
  • package:xdg_directories/xdg_directories.dart that declares support for platforms: Linux.
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 3 issues. Showing the first 2:

INFO: The constant name 'NULL' isn't a lowerCamelCase identifier.

lib/src/platforms/windows/win32_wrappers.dart:32:11

   ╷
32 │ const int NULL = 0;
   │           ^^^^
   ╵

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

INFO: The constant name 'MAX_PATH' isn't a lowerCamelCase identifier.

lib/src/platforms/windows/win32_wrappers.dart:35:11

   ╷
35 │ const int MAX_PATH = 260;
   │           ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/platforms/windows/win32_wrappers.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 ^2.1.4 2.2.0 2.2.0
jni ^0.14.1 0.14.2 1.0.3
meta ^1.16.0 1.19.0 1.19.0
objective_c ^7.1.0 7.1.0 9.6.0
path ^1.9.1 1.9.1 1.9.1
xdg_directories ^1.1.0 1.1.0 1.1.0
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
material_color_utilities - 0.13.0 0.13.1
package_config - 2.2.0 3.0.0
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.1 2.2.1
vector_math - 2.4.2 2.4.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.14.1` on jni does not support the stable version `0.15.0`.

Try running dart pub upgrade --major-versions jni to update the constraint.

The constraint `^7.1.0` on objective_c does not support the stable version `8.0.0`.

Try running dart pub upgrade --major-versions objective_c 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.23.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
14
likes
120
points
9
downloads

Documentation

API reference

Publisher

verified publisherdickersystems.com

Weekly Downloads

A Flutter plugin for getting common filesystem paths synchronously using FFI

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

ffi, flutter, jni, meta, objective_c, path, xdg_directories

More

Packages that depend on path_provider_ffi