path_manager 0.6.0 copy "path_manager: ^0.6.0" to clipboard
path_manager: ^0.6.0 copied to clipboard

Plugin for getting commonly used locations on host file system via FFI

0.6.0 #

  • Rename getApplicationNoBackupPath to getApplicationNoBackupDirectory.
  • Update getApplicationNoBackupDirectory to return Future<Directory> instead of Future<String> for consistency with other directory methods.

0.5.0 #

  • initial release