tree: 9acd0197731590ffc91f5c62aaf8c6acb7252366 [path history] [tgz]
  1. example/
  2. lib/
  3. test/
  4. .gitignore
  5. CHANGELOG.md
  6. LICENSE
  7. pubspec.yaml
  8. README.md
packages/path_provider/path_provider_windows/README.md

path_provider_windows

The Windows implementation of path_provider.

Usage

Import the package

This package has been endorsed, meaning that you only need to add path_provider as a dependency in your pubspec.yaml. It will be automatically included in your app when you depend on package:path_provider.

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

...
dependencies:
  ...
  path_provider: ^1.6.15
  ...