sleek_storage_flutter 2.1.0
sleek_storage_flutter: ^2.1.0 copied to clipboard
Flutter version of sleek_storage

Flutter version of sleek_storage.
Allow Flutter projects to initialize a SleekStorage instance in the default Application Support directory directly.
// Initialize storage (optionally provide directoryPath and storageName)
final storage = await SleekStorageFlutter.getInstance();
// Use the storage instance directly
// See sleek_storage package documentation for usage examples