path_manager 0.6.1
path_manager: ^0.6.1 copied to clipboard
Plugin for getting commonly used locations on host file system via FFI
0.6.1 #
- Export
PlatformPathManagerpublicly to enable custom overrides and mocking in tests. - Add comprehensive unit tests and documentation for testing and mocking path resolution.
0.6.0 #
- Rename
getApplicationNoBackupPathtogetApplicationNoBackupDirectory. - Update
getApplicationNoBackupDirectoryto returnFuture<Directory>instead ofFuture<String>for consistency with other directory methods.
0.5.0 #
- initial release