tree: 93da4cb4389403cb3e9a7274a15ca6229bdb0ccf [path history] [tgz]
  1. example/
  2. ios/
  3. lib/
  4. test/
  5. .gitignore
  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.

Please set your constraint to path_provider_windows: '>=0.0.y+x <2.0.0'

Backward compatible 1.0.0 version is coming

The plugin has reached a stable API, we guarantee that version 1.0.0 will be backward compatible with 0.0.y+z. Please use path_provider_windows: '>=0.0.y+x <2.0.0' as your dependency constraint to allow a smoother ecosystem migration. For more details see: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0

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
  ...