forked from lxm_flutter/FlutterUnit
20 lines
504 B
Markdown
20 lines
504 B
Markdown
# path_provider_fde
|
|
|
|
Prototype Windows implementation of
|
|
[path_provider](https://pub.dev/packages/path_provider)
|
|
|
|
See [the main flutter_plugins README](../README.md) for general information about what
|
|
this plugin is and how to use it.
|
|
|
|
## Supported Platforms
|
|
|
|
- [x] Windows
|
|
|
|
macOS and Linux are already supported by `path_provider`.
|
|
|
|
## Caveats
|
|
|
|
The paths returned by this plugin may change in the future. Most notably,
|
|
`getApplicationSupportDirectory` will likely return a different path in the
|
|
future.
|