storage_utility 1.0.0 copy "storage_utility: ^1.0.0" to clipboard
storage_utility: ^1.0.0 copied to clipboard

Flutter plugin for getting storage information on host platform, such as available space and total space.

storage_utility #

A Flutter plugin for getting storage information on host platform, such as available space and total space. Supports Android, iOS, macOS and Windows.

Android iOS macOS Windows
Support SDK 24+ 11.0+ 10.14+ Windows 10+

Usage #

To use this plugin, add storage_utility as a dependency in your pubspec.yaml file.

Example #

final int freeBytes = await getFreeBytes();

final int totalBytes = await getTotalBytes();
2
likes
160
pub points
65%
popularity

Publisher

verified publisherdeephow.com

Flutter plugin for getting storage information on host platform, such as available space and total space.

Repository (GitHub)
View/report issues

Topics

#disk #storage

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, path_provider, storage_utility_android, storage_utility_foundation, storage_utility_platform_interface, storage_utility_windows

More

Packages that depend on storage_utility