tree: 8bf187ec5bb3e96c9d8b09d526575d969d8a036e [path history] [tgz]
  1. example/
  2. lib/
  3. test/
  4. .gitignore
  5. AUTHORS
  6. CHANGELOG.md
  7. LICENSE
  8. pubspec.yaml
  9. 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
  ...