tree: da5410587d5f79d1ef1b28f1615f5ae73a2e413f [path history] [tgz]
  1. android/
  2. ios/
  3. macos/
  4. .gitignore
  5. LICENSE
  6. pubspec.yaml
  7. README.md
packages/path_provider/path_provider_macos/README.md

path_provider_macos

The macos implementation of [path_provider].

Usage

Import the package

To use this plugin in your Flutter macos app, simply add it as a dependency in your pubspec.yaml alongside the base path_provider plugin.

(This is only temporary: in the future we hope to make this package an “endorsed” implementation of path_provider, so that it is automatically included in your Flutter macos app when you depend on package:path_provider.)

This is what the above means to your pubspec.yaml:

...
dependencies:
  ...
  path_provider: ^0.5.4+8
  path_provider_macos: ^0.1.0
  ...

Use the plugin

Once you have the path_provider_macos dependency in your pubspec, you should be able to use package:path_provider as normal.