storage_utility

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

storage utility

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();
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.