path_provider_windows 0.0.4 path_provider_windows: ^0.0.4 copied to clipboard
Windows implementation of the path_provider plugin
0.0.4 #
- Move the actual implementation behind a conditional import, exporting a stub for platforms that don't support FFI. Fixes web builds in projects with transitive dependencies on path_provider.
0.0.3 #
- Add missing
pluginClass: none
for compatibilty with stable channel.
0.0.2 #
- README update for endorsement.
- Changed getApplicationSupportPath location.
- Removed getLibraryPath.
0.0.1+2 #
- The initial implementation of path_provider for Windows
- Implements getTemporaryPath, getApplicationSupportPath, getLibraryPath, getApplicationDocumentsPath and getDownloadsPath.