utils/ck_path_provider library

Classes

CkPathProvider
Web-safe wrapper for path_provider paths.

Functions

getApplicationDocumentsDirectory() Future<Directory>
Standalone top-level wrapper to match path_provider's API signature natively.
getApplicationSupportDirectory() Future<Directory>
Standalone top-level wrapper to match path_provider's API signature natively.
getDownloadsDirectory() Future<Directory>
Standalone top-level wrapper to match path_provider's API signature natively.
getTemporaryDirectory() Future<Directory>
Standalone top-level wrapper to match path_provider's API signature natively.