Files
FlutterUnit/plugins/path_provider_fde/README.md
2020-12-21 13:51:02 +08:00

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.